Html Css Color HEX #367D6C Genoa

📋 copy color: '#367D6C'

red 54 ◦ green 125 ◦ blue 108

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

Shades of Genoa #367D6C

Tints of Genoa #367D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.55%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 18.82%
G = 43.55%
B = 37.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#367D6C (or 0x367D6C) is known color: Genoa. HEX triplet: 36, 7D and 6C. RGB value is (54,125,108). Sum of RGB (Red+Green+Blue) = 54+125+108=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #367D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D6C is #C98293. Grayscale: #656565. Windows color (decimal): -13206164 or 7109942. OLE color: 7109942.

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

Color convert

RGB 54 125 108 -
CMYK 0.57 0 0.14 0.51
HSL 165.63º 0.4% 0.35% -
HSV(B) 165.63º 0.57% 0.49% -
XYZ 11.56 16.53 16.77 -
YUV 101.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 54 125 108 0.57 0 0.14 0.51 165.63 0.4 0.35
Hex 36 7D 6C 39 0 E 33 A6 28 23
Octal 66 175 154 71 0 16 63 246 50 43
Binary 110110 1111101 1101100 111001 0 1110 110011 10100110 101000 100011

Color Harmonies of #367D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D6C

Black with #367D6C

Text Example


Text Example

White with #367D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,108); }

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

background-color css

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

 a { background-color: rgb(54,125,108); }

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

border-color css

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

 span { border-color: rgb(54,125,108); }

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