#387662

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

Shades of Viridian #387662

Tints of Viridian #387662

Color information

#387662 (or 0x387662) is unknown color: approx Viridian. HEX triplet: 38, 76 and 62. RGB value is (56,118,98). Sum of RGB (Red+Green+Blue) = 56+118+98=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #387662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387662 is #C7899D. Grayscale: #616161. Windows color (decimal): -13076894 or 6452792. OLE color: 6452792.

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

Color convert

RGB5611898-
CMYK0.5300.170.54
HSL160.65º35.63%34.12%-
HSV(B)160.65º52.54%46.27%-
XYZ10.3114.6813.85-
YUV97.18128.4698.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=20.59%
G=43.38%
B=36.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118980.5300.170.54160.6535.6334.12
Hex3876623501136a12422
Octal7016614265021662414442
Binary1110001110110110001011010101000111011010100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387662; }

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

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

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

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

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

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

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

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