Html Css Color HEX #367C61 Viridian

📋 copy color: '#367C61'

red 54 ◦ green 124 ◦ blue 97

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

Shades of Viridian #367C61

Tints of Viridian #367C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.09%

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

R = 19.64%
G = 45.09%
B = 35.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#367C61 (or 0x367C61) is known color: Viridian. HEX triplet: 36, 7C and 61. RGB value is (54,124,97). Sum of RGB (Red+Green+Blue) = 54+124+97=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #367C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C61 is #C9839E. Grayscale: #646464. Windows color (decimal): -13206431 or 6388790. OLE color: 6388790.

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

Color convert

RGB 54 124 97 -
CMYK 0.56 0 0.22 0.51
HSL 156.86º 0.39% 0.35% -
HSV(B) 156.86º 0.56% 0.49% -
XYZ 10.89 16.06 13.84 -
YUV 99.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 54 124 97 0.56 0 0.22 0.51 156.86 0.39 0.35
Hex 36 7C 61 38 0 16 33 9D 27 23
Octal 66 174 141 70 0 26 63 235 47 43
Binary 110110 1111100 1100001 111000 0 10110 110011 10011101 100111 100011

Color Harmonies of #367C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C61

Black with #367C61

Text Example


Text Example

White with #367C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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