#387660

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

Shades of Viridian #387660

Tints of Viridian #387660

Color information

#387660 (or 0x387660) is unknown color: approx Viridian. HEX triplet: 38, 76 and 60. RGB value is (56,118,96). Sum of RGB (Red+Green+Blue) = 56+118+96=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #387660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387660 is #C7899F. Grayscale: #606060. Windows color (decimal): -13076896 or 6321720. OLE color: 6321720.

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

Color convert

RGB5611896-
CMYK0.5300.190.54
HSL158.71º35.63%34.12%-
HSV(B)158.71º52.54%46.27%-
XYZ10.2214.6413.35-
YUV96.95127.4698.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=20.74%
G=43.70%
B=35.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118960.5300.190.54158.7135.6334.12
Hex38766035013369f2422
Octal7016614065023662374442
Binary1110001110110110000011010101001111011010011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387660; }

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

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

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

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

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

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

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

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