Html Css Color HEX #397864 Viridian

📋 copy color: '#397864'

red 57 ◦ green 120 ◦ blue 100

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

Shades of Viridian #397864

Tints of Viridian #397864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.32%

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

R = 20.58%
G = 43.32%
B = 36.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#397864 (or 0x397864) is known color: Viridian. HEX triplet: 39, 78 and 64. RGB value is (57,120,100). Sum of RGB (Red+Green+Blue) = 57+120+100=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #397864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397864 is #C6879B. Grayscale: #626262. Windows color (decimal): -13010844 or 6584377. OLE color: 6584377.

HSL color Cylindrical-coordinate representation of color #397864: hue angle of 160.95º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397864 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 120 100 -
CMYK 0.52 0 0.17 0.53
HSL 160.95º 0.36% 0.35% -
HSV(B) 160.95º 0.53% 0.47% -
XYZ 10.7 15.22 14.43 -
YUV 98.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 57 120 100 0.52 0 0.17 0.53 160.95 0.36 0.35
Hex 39 78 64 34 0 11 35 A1 24 23
Octal 71 170 144 64 0 21 65 241 44 43
Binary 111001 1111000 1100100 110100 0 10001 110101 10100001 100100 100011

Color Harmonies of #397864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397864

Black with #397864

Text Example


Text Example

White with #397864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397864; }

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

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

background-color css

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

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

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

border-color css

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

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

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