#378269

Color #378269 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #378269

Tints of Viridian #378269

Color information

#378269 (or 0x378269) is unknown color: approx Viridian. HEX triplet: 37, 82 and 69. RGB value is (55,130,105). Sum of RGB (Red+Green+Blue) = 55+130+105=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #378269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378269 is #C87D96. Grayscale: #686868. Windows color (decimal): -13139351 or 6914615. OLE color: 6914615.

HSL color Cylindrical-coordinate representation of color #378269: hue angle of 160º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378269 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB55130105-
CMYK0.5800.190.49
HSL160º40.54%36.27%-
HSV(B)160º57.69%50.98%-
XYZ12.1117.816.16-
YUV104.72128.1592.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=18.97%
G=44.83%
B=36.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301050.5800.190.4916040.5436.27
Hex3782693A01331a02924
Octal6720215172023612405144
Binary11011110000010110100111101001001111000110100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378269; }

 p { color: rgb(55,130,105); }

 H1.HeaderClassName
 {
   color: #378269;
 }
 .AnyTagClassName
 {
   color: #378269;
 }
</style>
background-color css

<style>
 a { background-color: #378269; }

 a { background-color: rgb(55,130,105); }

 div.DivClassName
 {
   background-color: #378269;
 }
 .BgClassName
 {
   background-color: #378269;
 }
</style>
border-color css

<style>
 span { border-color: #378269; }

 span { border-color: rgb(55,130,105); }

 td.TdClassName
 {
   border-color: #378269;
 }
 .TagClassName
 {
   border-color: #378269;
 }
</style>