Html Css Color HEX #367961 Viridian

📋 copy color: '#367961'

red 54 ◦ green 121 ◦ blue 97

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

Shades of Viridian #367961

Tints of Viridian #367961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 19.85%
G = 44.49%
B = 35.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#367961 (or 0x367961) is known color: Viridian. HEX triplet: 36, 79 and 61. RGB value is (54,121,97). Sum of RGB (Red+Green+Blue) = 54+121+97=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #367961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367961 is #C9869E. Grayscale: #626262. Windows color (decimal): -13207199 or 6388022. OLE color: 6388022.

HSL color Cylindrical-coordinate representation of color #367961: hue angle of 158.51º 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 #367961 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 97 -
CMYK 0.55 0 0.20 0.53
HSL 158.51º 0.38% 0.34% -
HSV(B) 158.51º 0.55% 0.47% -
XYZ 10.52 15.32 13.71 -
YUV 98.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 54 121 97 0.55 0 0.20 0.53 158.51 0.38 0.34
Hex 36 79 61 37 0 14 35 9F 26 22
Octal 66 171 141 67 0 24 65 237 46 42
Binary 110110 1111001 1100001 110111 0 10100 110101 10011111 100110 100010

Color Harmonies of #367961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367961

Black with #367961

Text Example


Text Example

White with #367961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367961; }

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

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

background-color css

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

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

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

border-color css

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

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

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