Html Css Color HEX #398064 Viridian

📋 copy color: '#398064'

red 57 ◦ green 128 ◦ blue 100

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

Shades of Viridian #398064

Tints of Viridian #398064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 20%
G = 44.91%
B = 35.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#398064 (or 0x398064) is known color: Viridian. HEX triplet: 39, 80 and 64. RGB value is (57,128,100). Sum of RGB (Red+Green+Blue) = 57+128+100=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #398064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398064 is #C67F9B. Grayscale: #676767. Windows color (decimal): -13008796 or 6586425. OLE color: 6586425.

HSL color Cylindrical-coordinate representation of color #398064: hue angle of 156.34º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398064 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 100 -
CMYK 0.55 0 0.22 0.50
HSL 156.34º 0.38% 0.36% -
HSV(B) 156.34º 0.55% 0.5% -
XYZ 11.71 17.23 14.76 -
YUV 103.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 57 128 100 0.55 0 0.22 0.50 156.34 0.38 0.36
Hex 39 80 64 37 0 16 32 9C 26 24
Octal 71 200 144 67 0 26 62 234 46 44
Binary 111001 10000000 1100100 110111 0 10110 110010 10011100 100110 100100

Color Harmonies of #398064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398064

Black with #398064

Text Example


Text Example

White with #398064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398064; }

 p { color: rgb(57,128,100); }

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

background-color css

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

 a { background-color: rgb(57,128,100); }

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

border-color css

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

 span { border-color: rgb(57,128,100); }

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