#378864

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

Shades of Viridian #378864

Tints of Viridian #378864

Color information

#378864 (or 0x378864) is unknown color: approx Viridian. HEX triplet: 37, 88 and 64. RGB value is (55,136,100). Sum of RGB (Red+Green+Blue) = 55+136+100=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #378864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378864 is #C8779B. Grayscale: #6B6B6B. Windows color (decimal): -13137820 or 6588471. OLE color: 6588471.

HSL color Cylindrical-coordinate representation of color #378864: hue angle of 153.33º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378864 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB55136100-
CMYK0.6000.260.47
HSL153.33º42.41%37.45%-
HSV(B)153.33º59.56%53.33%-
XYZ12.6819.3415.12-
YUV107.68123.6690.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=18.90%
G=46.74%
B=34.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361000.6000.260.47153.3342.4137.45
Hex3788643C01A2F992a25
Octal6721014474032572315245
Binary11011110001000110010011110001101010111110011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378864; }

 p { color: rgb(55,136,100); }

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

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

 a { background-color: rgb(55,136,100); }

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

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

 span { border-color: rgb(55,136,100); }

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