Html Css Color HEX #367E66 Viridian

📋 copy color: '#367E66'

red 54 ◦ green 126 ◦ blue 102

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

Shades of Viridian #367E66

Tints of Viridian #367E66

RGB

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

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

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

R = 19.15%
G = 44.68%
B = 36.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#367E66 (or 0x367E66) is known color: Viridian. HEX triplet: 36, 7E and 66. RGB value is (54,126,102). Sum of RGB (Red+Green+Blue) = 54+126+102=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #367E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E66 is #C98199. Grayscale: #656565. Windows color (decimal): -13205914 or 6716982. OLE color: 6716982.

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

Color convert

RGB 54 126 102 -
CMYK 0.57 0 0.19 0.51
HSL 160º 0.4% 0.35% -
HSV(B) 160º 0.57% 0.49% -
XYZ 11.38 16.67 15.19 -
YUV 101.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 54 126 102 0.57 0 0.19 0.51 160 0.4 0.35
Hex 36 7E 66 39 0 13 33 A0 28 23
Octal 66 176 146 71 0 23 63 240 50 43
Binary 110110 1111110 1100110 111001 0 10011 110011 10100000 101000 100011

Color Harmonies of #367E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E66

Black with #367E66

Text Example


Text Example

White with #367E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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