Html Css Color HEX #388C70 Viridian

📋 copy color: '#388C70'

red 56 ◦ green 140 ◦ blue 112

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

Shades of Viridian #388C70

Tints of Viridian #388C70

RGB

 RED value IS 56 (22.27% from 255) = 18.18%

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 18.18%
G = 45.45%
B = 36.36%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#388C70 (or 0x388C70) is known color: Viridian. HEX triplet: 38, 8C and 70. RGB value is (56,140,112). Sum of RGB (Red+Green+Blue) = 56+140+112=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #388C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C70 is #C7738F. Grayscale: #6F6F6F. Windows color (decimal): -13071248 or 7375928. OLE color: 7375928.

HSL color Cylindrical-coordinate representation of color #388C70: hue angle of 160º 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 #388C70 is Cyan = 0.6, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 112 -
CMYK 0.6 0 0.20 0.45
HSL 160º 0.43% 0.38% -
HSV(B) 160º 0.6% 0.55% -
XYZ 13.93 20.77 18.6 -
YUV 111.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 56 140 112 0.6 0 0.20 0.45 160 0.43 0.38
Hex 38 8C 70 3C 0 14 2D A0 2B 26
Octal 70 214 160 74 0 24 55 240 53 46
Binary 111000 10001100 1110000 111100 0 10100 101101 10100000 101011 100110

Color Harmonies of #388C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C70

Black with #388C70

Text Example


Text Example

White with #388C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #388C70;
 }
 .AnyTagClassName
 {
   color: #388C70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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