Html Css Color HEX #367F66 Viridian

📋 copy color: '#367F66'

red 54 ◦ green 127 ◦ blue 102

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

Shades of Viridian #367F66

Tints of Viridian #367F66

RGB

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

 GREEN value IS 127 (50% from 255) = 44.88%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 19.08%
G = 44.88%
B = 36.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#367F66 (or 0x367F66) is known color: Viridian. HEX triplet: 36, 7F and 66. RGB value is (54,127,102). Sum of RGB (Red+Green+Blue) = 54+127+102=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #367F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F66 is #C98099. Grayscale: #666666. Windows color (decimal): -13205658 or 6717238. OLE color: 6717238.

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

Color convert

RGB 54 127 102 -
CMYK 0.57 0 0.20 0.50
HSL 159.45º 0.4% 0.35% -
HSV(B) 159.45º 0.57% 0.5% -
XYZ 11.51 16.92 15.23 -
YUV 102.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 54 127 102 0.57 0 0.20 0.50 159.45 0.4 0.35
Hex 36 7F 66 39 0 14 32 9F 28 23
Octal 66 177 146 71 0 24 62 237 50 43
Binary 110110 1111111 1100110 111001 0 10100 110010 10011111 101000 100011

Color Harmonies of #367F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F66

Black with #367F66

Text Example


Text Example

White with #367F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,102); }

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

background-color css

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

 a { background-color: rgb(54,127,102); }

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

border-color css

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

 span { border-color: rgb(54,127,102); }

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