#387661

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

Shades of Viridian #387661

Tints of Viridian #387661

Color information

#387661 (or 0x387661) is unknown color: approx Viridian. HEX triplet: 38, 76 and 61. RGB value is (56,118,97). Sum of RGB (Red+Green+Blue) = 56+118+97=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #387661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387661 is #C7899E. Grayscale: #616161. Windows color (decimal): -13076895 or 6387256. OLE color: 6387256.

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

Color convert

RGB5611897-
CMYK0.5300.180.54
HSL159.68º35.63%34.12%-
HSV(B)159.68º52.54%46.27%-
XYZ10.2714.6613.6-
YUV97.07127.9698.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=20.66%
G=43.54%
B=35.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118970.5300.180.54159.6835.6334.12
Hex3876613501236a02422
Octal7016614165022662404442
Binary1110001110110110000111010101001011011010100000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387661; }

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

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

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

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

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

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

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

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