Html Css Color HEX #388870 Viridian

📋 copy color: '#388870'

red 56 ◦ green 136 ◦ blue 112

#388870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #388870

Tints of Viridian #388870

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 value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#388870 (or 0x388870) is known color: 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

RGB 56 136 112 -
CMYK 0.59 0 0.18 0.47
HSL 162º 0.42% 0.38% -
HSV(B) 162º 0.59% 0.53% -
XYZ 13.36 19.62 18.41 -
YUV 109.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 56 136 112 0.59 0 0.18 0.47 162 0.42 0.38
Hex 38 88 70 3B 0 12 2F A2 2A 26
Octal 70 210 160 73 0 22 57 242 52 46
Binary 111000 10001000 1110000 111011 0 10010 101111 10100010 101010 100110

Color Harmonies of #388870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388870

Black with #388870

Text Example


Text Example

White with #388870

Text Example


Text Example

HTML Codes & Css Web 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>