Html Css Color HEX #388C72 Viridian

📋 copy color: '#388C72'

red 56 ◦ green 140 ◦ blue 114

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

Shades of Viridian #388C72

Tints of Viridian #388C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 18.06%
G = 45.16%
B = 36.77%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#388C72 (or 0x388C72) is known color: Viridian. HEX triplet: 38, 8C and 72. RGB value is (56,140,114). Sum of RGB (Red+Green+Blue) = 56+140+114=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #388C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C72 is #C7738D. Grayscale: #6F6F6F. Windows color (decimal): -13071246 or 7507000. OLE color: 7507000.

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

Color convert

RGB 56 140 114 -
CMYK 0.6 0 0.19 0.45
HSL 161.43º 0.43% 0.38% -
HSV(B) 161.43º 0.6% 0.55% -
XYZ 14.05 20.81 19.2 -
YUV 111.92 129.17 88.11 -
System Red Green Blue C M Y K H S L
Decimal 56 140 114 0.6 0 0.19 0.45 161.43 0.43 0.38
Hex 38 8C 72 3C 0 13 2D A1 2B 26
Octal 70 214 162 74 0 23 55 241 53 46
Binary 111000 10001100 1110010 111100 0 10011 101101 10100001 101011 100110

Color Harmonies of #388C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C72

Black with #388C72

Text Example


Text Example

White with #388C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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