Html Css Color HEX #398576 Viridian

📋 copy color: '#398576'

red 57 ◦ green 133 ◦ blue 118

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

Shades of Viridian #398576

Tints of Viridian #398576

RGB

 RED value IS 57 (22.66% from 255) = 18.51%

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 18.51%
G = 43.18%
B = 38.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#398576 (or 0x398576) is known color: Viridian. HEX triplet: 39, 85 and 76. RGB value is (57,133,118). Sum of RGB (Red+Green+Blue) = 57+133+118=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #398576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398576 is #C67A89. Grayscale: #6C6C6C. Windows color (decimal): -13007498 or 7767353. OLE color: 7767353.

HSL color Cylindrical-coordinate representation of color #398576: hue angle of 168.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398576 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 118 -
CMYK 0.57 0 0.11 0.48
HSL 168.16º 0.4% 0.37% -
HSV(B) 168.16º 0.57% 0.52% -
XYZ 13.34 18.95 20.09 -
YUV 108.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 57 133 118 0.57 0 0.11 0.48 168.16 0.4 0.37
Hex 39 85 76 39 0 B 30 A8 28 25
Octal 71 205 166 71 0 13 60 250 50 45
Binary 111001 10000101 1110110 111001 0 1011 110000 10101000 101000 100101

Color Harmonies of #398576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398576

Black with #398576

Text Example


Text Example

White with #398576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398576; }

 p { color: rgb(57,133,118); }

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

background-color css

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

 a { background-color: rgb(57,133,118); }

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

border-color css

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

 span { border-color: rgb(57,133,118); }

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