Html Css Color HEX #367B60 Viridian

📋 copy color: '#367B60'

red 54 ◦ green 123 ◦ blue 96

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

Shades of Viridian #367B60

Tints of Viridian #367B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.05%

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

R = 19.78%
G = 45.05%
B = 35.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#367B60 (or 0x367B60) is known color: Viridian. HEX triplet: 36, 7B and 60. RGB value is (54,123,96). Sum of RGB (Red+Green+Blue) = 54+123+96=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #367B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B60 is #C9849F. Grayscale: #636363. Windows color (decimal): -13206688 or 6322998. OLE color: 6322998.

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

Color convert

RGB 54 123 96 -
CMYK 0.56 0 0.22 0.52
HSL 156.52º 0.39% 0.35% -
HSV(B) 156.52º 0.56% 0.48% -
XYZ 10.72 15.79 13.55 -
YUV 99.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 54 123 96 0.56 0 0.22 0.52 156.52 0.39 0.35
Hex 36 7B 60 38 0 16 34 9D 27 23
Octal 66 173 140 70 0 26 64 235 47 43
Binary 110110 1111011 1100000 111000 0 10110 110100 10011101 100111 100011

Color Harmonies of #367B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B60

Black with #367B60

Text Example


Text Example

White with #367B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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