#387761

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

Shades of Viridian #387761

Tints of Viridian #387761

Color information

#387761 (or 0x387761) is unknown color: approx Viridian. HEX triplet: 38, 77 and 61. RGB value is (56,119,97). Sum of RGB (Red+Green+Blue) = 56+119+97=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #387761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387761 is #C7889E. Grayscale: #616161. Windows color (decimal): -13076639 or 6387512. OLE color: 6387512.

HSL color Cylindrical-coordinate representation of color #387761: hue angle of 159.05º 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 #387761 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB5611997-
CMYK0.5300.180.53
HSL159.05º36%34.31%-
HSV(B)159.05º52.94%46.67%-
XYZ10.3914.913.64-
YUV97.66127.6398.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=20.59%
G=43.75%
B=35.66%

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
Decimal56119970.5300.180.53159.053634.31
Hex38776135012359f2422
Octal7016714165022652374442
Binary1110001110111110000111010101001011010110011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387761; }

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

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

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

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

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

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

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

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