Html Css Color HEX #397965 Viridian

📋 copy color: '#397965'

red 57 ◦ green 121 ◦ blue 101

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

Shades of Viridian #397965

Tints of Viridian #397965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.37%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 20.43%
G = 43.37%
B = 36.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#397965 (or 0x397965) is known color: Viridian. HEX triplet: 39, 79 and 65. RGB value is (57,121,101). Sum of RGB (Red+Green+Blue) = 57+121+101=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #397965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397965 is #C6869A. Grayscale: #636363. Windows color (decimal): -13010587 or 6650169. OLE color: 6650169.

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

Color convert

RGB 57 121 101 -
CMYK 0.53 0 0.17 0.53
HSL 161.25º 0.36% 0.35% -
HSV(B) 161.25º 0.53% 0.47% -
XYZ 10.87 15.48 14.73 -
YUV 99.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 57 121 101 0.53 0 0.17 0.53 161.25 0.36 0.35
Hex 39 79 65 35 0 11 35 A1 24 23
Octal 71 171 145 65 0 21 65 241 44 43
Binary 111001 1111001 1100101 110101 0 10001 110101 10100001 100100 100011

Color Harmonies of #397965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397965

Black with #397965

Text Example


Text Example

White with #397965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397965; }

 p { color: rgb(57,121,101); }

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

background-color css

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

 a { background-color: rgb(57,121,101); }

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

border-color css

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

 span { border-color: rgb(57,121,101); }

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