Html Css Color HEX #367C66 Viridian

📋 copy color: '#367C66'

red 54 ◦ green 124 ◦ blue 102

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

Shades of Viridian #367C66

Tints of Viridian #367C66

RGB

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

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

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

R = 19.29%
G = 44.29%
B = 36.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#367C66 (or 0x367C66) is known color: Viridian. HEX triplet: 36, 7C and 66. RGB value is (54,124,102). Sum of RGB (Red+Green+Blue) = 54+124+102=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #367C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C66 is #C98399. Grayscale: #646464. Windows color (decimal): -13206426 or 6716470. OLE color: 6716470.

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

Color convert

RGB 54 124 102 -
CMYK 0.56 0 0.18 0.51
HSL 161.14º 0.39% 0.35% -
HSV(B) 161.14º 0.56% 0.49% -
XYZ 11.13 16.16 15.1 -
YUV 100.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 54 124 102 0.56 0 0.18 0.51 161.14 0.39 0.35
Hex 36 7C 66 38 0 12 33 A1 27 23
Octal 66 174 146 70 0 22 63 241 47 43
Binary 110110 1111100 1100110 111000 0 10010 110011 10100001 100111 100011

Color Harmonies of #367C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C66

Black with #367C66

Text Example


Text Example

White with #367C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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