Html Css Color HEX #36746E Genoa

📋 copy color: '#36746E'

red 54 ◦ green 116 ◦ blue 110

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

Shades of Genoa #36746E

Tints of Genoa #36746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 19.29%
G = 41.43%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#36746E (or 0x36746E) is known color: Genoa. HEX triplet: 36, 74 and 6E. RGB value is (54,116,110). Sum of RGB (Red+Green+Blue) = 54+116+110=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #36746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746E is #C98B91. Grayscale: #606060. Windows color (decimal): -13208466 or 7238710. OLE color: 7238710.

HSL color Cylindrical-coordinate representation of color #36746E: hue angle of 174.19º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36746E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 110 -
CMYK 0.53 0 0.05 0.55
HSL 174.19º 0.36% 0.33% -
HSV(B) 174.19º 0.53% 0.45% -
XYZ 10.58 14.4 16.97 -
YUV 96.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 54 116 110 0.53 0 0.05 0.55 174.19 0.36 0.33
Hex 36 74 6E 35 0 5 37 AE 24 21
Octal 66 164 156 65 0 5 67 256 44 41
Binary 110110 1110100 1101110 110101 0 101 110111 10101110 100100 100001

Color Harmonies of #36746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36746E

Black with #36746E

Text Example


Text Example

White with #36746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36746E; }

 p { color: rgb(54,116,110); }

 H1.HeaderClassName
 {
   color: #36746E;
 }
 .AnyTagClassName
 {
   color: #36746E;
 }
</style>

background-color css

<style>
 a { background-color: #36746E; }

 a { background-color: rgb(54,116,110); }

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

border-color css

<style>
 span { border-color: #36746E; }

 span { border-color: rgb(54,116,110); }

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