Html Css Color HEX #367960 Viridian

📋 copy color: '#367960'

red 54 ◦ green 121 ◦ blue 96

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

Shades of Viridian #367960

Tints of Viridian #367960

RGB

 RED value IS 54 (21.48% from 255) = 19.93%

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 19.93%
G = 44.65%
B = 35.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#367960 (or 0x367960) is known color: Viridian. HEX triplet: 36, 79 and 60. RGB value is (54,121,96). Sum of RGB (Red+Green+Blue) = 54+121+96=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #367960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367960 is #C9869F. Grayscale: #626262. Windows color (decimal): -13207200 or 6322486. OLE color: 6322486.

HSL color Cylindrical-coordinate representation of color #367960: hue angle of 157.61º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367960 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 96 -
CMYK 0.55 0 0.21 0.53
HSL 157.61º 0.38% 0.34% -
HSV(B) 157.61º 0.55% 0.47% -
XYZ 10.47 15.3 13.47 -
YUV 98.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 54 121 96 0.55 0 0.21 0.53 157.61 0.38 0.34
Hex 36 79 60 37 0 15 35 9E 26 22
Octal 66 171 140 67 0 25 65 236 46 42
Binary 110110 1111001 1100000 110111 0 10101 110101 10011110 100110 100010

Color Harmonies of #367960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367960

Black with #367960

Text Example


Text Example

White with #367960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367960; }

 p { color: rgb(54,121,96); }

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

background-color css

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

 a { background-color: rgb(54,121,96); }

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

border-color css

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

 span { border-color: rgb(54,121,96); }

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