#388870

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

Shades of Viridian #388870

Tints of Viridian #388870

Color information

#388870 (or 0x388870) is unknown color: approx Viridian. HEX triplet: 38, 88 and 70. RGB value is (56,136,112). Sum of RGB (Red+Green+Blue) = 56+136+112=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #388870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388870 is #C7778F. Grayscale: #6D6D6D. Windows color (decimal): -13072272 or 7374904. OLE color: 7374904.

HSL color Cylindrical-coordinate representation of color #388870: hue angle of 162º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388870 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB56136112-
CMYK0.5900.180.47
HSL162º41.67%37.65%-
HSV(B)162º58.82%53.33%-
XYZ13.3619.6218.41-
YUV109.34129.589.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=18.42%
G=44.74%
B=36.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561361120.5900.180.4716241.6737.65
Hex3888703B0122Fa22a26
Octal7021016073022572425246
Binary11100010001000111000011101101001010111110100010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388870; }

 p { color: rgb(56,136,112); }

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

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

 a { background-color: rgb(56,136,112); }

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

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

 span { border-color: rgb(56,136,112); }

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