Html Css Color HEX #367E61 Viridian

📋 copy color: '#367E61'

red 54 ◦ green 126 ◦ blue 97

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

Shades of Viridian #367E61

Tints of Viridian #367E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.49%

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

R = 19.49%
G = 45.49%
B = 35.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#367E61 (or 0x367E61) is known color: Viridian. HEX triplet: 36, 7E and 61. RGB value is (54,126,97). Sum of RGB (Red+Green+Blue) = 54+126+97=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #367E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E61 is #C9819E. Grayscale: #656565. Windows color (decimal): -13205919 or 6389302. OLE color: 6389302.

HSL color Cylindrical-coordinate representation of color #367E61: hue angle of 155.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E61 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 97 -
CMYK 0.57 0 0.23 0.51
HSL 155.83º 0.4% 0.35% -
HSV(B) 155.83º 0.57% 0.49% -
XYZ 11.14 16.57 13.92 -
YUV 101.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 54 126 97 0.57 0 0.23 0.51 155.83 0.4 0.35
Hex 36 7E 61 39 0 17 33 9C 28 23
Octal 66 176 141 71 0 27 63 234 50 43
Binary 110110 1111110 1100001 111001 0 10111 110011 10011100 101000 100011

Color Harmonies of #367E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E61

Black with #367E61

Text Example


Text Example

White with #367E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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