Html Css Color HEX #388973 Viridian

📋 copy color: '#388973'

red 56 ◦ green 137 ◦ blue 115

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

Shades of Viridian #388973

Tints of Viridian #388973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 18.18%
G = 44.48%
B = 37.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#388973 (or 0x388973) is known color: Viridian. HEX triplet: 38, 89 and 73. RGB value is (56,137,115). Sum of RGB (Red+Green+Blue) = 56+137+115=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #388973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388973 is #C7768C. Grayscale: #6E6E6E. Windows color (decimal): -13072013 or 7571768. OLE color: 7571768.

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

Color convert

RGB 56 137 115 -
CMYK 0.59 0 0.16 0.46
HSL 163.7º 0.42% 0.38% -
HSV(B) 163.7º 0.59% 0.54% -
XYZ 13.67 19.97 19.35 -
YUV 110.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 56 137 115 0.59 0 0.16 0.46 163.7 0.42 0.38
Hex 38 89 73 3B 0 10 2E A4 2A 26
Octal 70 211 163 73 0 20 56 244 52 46
Binary 111000 10001001 1110011 111011 0 10000 101110 10100100 101010 100110

Color Harmonies of #388973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388973

Black with #388973

Text Example


Text Example

White with #388973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388973; }

 p { color: rgb(56,137,115); }

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

background-color css

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

 a { background-color: rgb(56,137,115); }

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

border-color css

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

 span { border-color: rgb(56,137,115); }

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