#388C77

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

Shades of Viridian #388C77

Tints of Viridian #388C77

Color information

#388C77 (or 0x388C77) is unknown color: approx Viridian. HEX triplet: 38, 8C and 77. RGB value is (56,140,119). Sum of RGB (Red+Green+Blue) = 56+140+119=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #388C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C77 is #C77388. Grayscale: #707070. Windows color (decimal): -13071241 or 7834680. OLE color: 7834680.

HSL color Cylindrical-coordinate representation of color #388C77: hue angle of 165º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C77 is Cyan = 0.6, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB56140119-
CMYK0.600.150.45
HSL165º42.86%38.43%-
HSV(B)165º60%54.9%-
XYZ14.3420.9320.74-
YUV112.49131.6787.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=17.78%
G=44.44%
B=37.78%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401190.600.150.4516542.8638.43
Hex388C773C0F2Da52b26
Octal7021416774017552455346
Binary1110001000110011101111111000111110110110100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388C77; }

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

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

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

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

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

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

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

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