Html Css Color HEX #367C60 Viridian

📋 copy color: '#367C60'

red 54 ◦ green 124 ◦ blue 96

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

Shades of Viridian #367C60

Tints of Viridian #367C60

RGB

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

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

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

R = 19.71%
G = 45.26%
B = 35.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#367C60 (or 0x367C60) is known color: Viridian. HEX triplet: 36, 7C and 60. RGB value is (54,124,96). Sum of RGB (Red+Green+Blue) = 54+124+96=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #367C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C60 is #C9839F. Grayscale: #636363. Windows color (decimal): -13206432 or 6323254. OLE color: 6323254.

HSL color Cylindrical-coordinate representation of color #367C60: hue angle of 156º 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 #367C60 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 96 -
CMYK 0.56 0 0.23 0.51
HSL 156º 0.39% 0.35% -
HSV(B) 156º 0.56% 0.49% -
XYZ 10.84 16.04 13.59 -
YUV 99.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 54 124 96 0.56 0 0.23 0.51 156 0.39 0.35
Hex 36 7C 60 38 0 17 33 9C 27 23
Octal 66 174 140 70 0 27 63 234 47 43
Binary 110110 1111100 1100000 111000 0 10111 110011 10011100 100111 100011

Color Harmonies of #367C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C60

Black with #367C60

Text Example


Text Example

White with #367C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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