Html Css Color HEX #397663 Viridian

📋 copy color: '#397663'

red 57 ◦ green 118 ◦ blue 99

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

Shades of Viridian #397663

Tints of Viridian #397663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.07%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 20.8%
G = 43.07%
B = 36.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#397663 (or 0x397663) is known color: Viridian. HEX triplet: 39, 76 and 63. RGB value is (57,118,99). Sum of RGB (Red+Green+Blue) = 57+118+99=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #397663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397663 is #C6899C. Grayscale: #616161. Windows color (decimal): -13011357 or 6518329. OLE color: 6518329.

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

Color convert

RGB 57 118 99 -
CMYK 0.52 0 0.16 0.54
HSL 161.31º 0.35% 0.34% -
HSV(B) 161.31º 0.52% 0.46% -
XYZ 10.42 14.73 14.1 -
YUV 97.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 57 118 99 0.52 0 0.16 0.54 161.31 0.35 0.34
Hex 39 76 63 34 0 10 36 A1 23 22
Octal 71 166 143 64 0 20 66 241 43 42
Binary 111001 1110110 1100011 110100 0 10000 110110 10100001 100011 100010

Color Harmonies of #397663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397663

Black with #397663

Text Example


Text Example

White with #397663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397663; }

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

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

background-color css

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

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

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

border-color css

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

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

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