#387762

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

Shades of Viridian #387762

Tints of Viridian #387762

Color information

#387762 (or 0x387762) is unknown color: approx Viridian. HEX triplet: 38, 77 and 62. RGB value is (56,119,98). Sum of RGB (Red+Green+Blue) = 56+119+98=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #387762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387762 is #C7889D. Grayscale: #616161. Windows color (decimal): -13076638 or 6453048. OLE color: 6453048.

HSL color Cylindrical-coordinate representation of color #387762: hue angle of 160º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387762 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB5611998-
CMYK0.5300.180.53
HSL160º36%34.31%-
HSV(B)160º52.94%46.67%-
XYZ10.4314.9213.88-
YUV97.77128.1398.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=20.51%
G=43.59%
B=35.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119980.5300.180.531603634.31
Hex3877623501235a02422
Octal7016714265022652404442
Binary1110001110111110001011010101001011010110100000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387762; }

 p { color: rgb(56,119,98); }

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

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

 a { background-color: rgb(56,119,98); }

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

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

 span { border-color: rgb(56,119,98); }

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