Html Css Color HEX #36746C Genoa

📋 copy color: '#36746C'

red 54 ◦ green 116 ◦ blue 108

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

Shades of Genoa #36746C

Tints of Genoa #36746C

RGB

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

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

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

R = 19.42%
G = 41.73%
B = 38.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#36746C (or 0x36746C) is known color: Genoa. HEX triplet: 36, 74 and 6C. RGB value is (54,116,108). Sum of RGB (Red+Green+Blue) = 54+116+108=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #36746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746C is #C98B93. Grayscale: #606060. Windows color (decimal): -13208468 or 7107638. OLE color: 7107638.

HSL color Cylindrical-coordinate representation of color #36746C: hue angle of 172.26º 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 #36746C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 108 -
CMYK 0.53 0 0.07 0.55
HSL 172.26º 0.36% 0.33% -
HSV(B) 172.26º 0.53% 0.45% -
XYZ 10.47 14.36 16.41 -
YUV 96.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 54 116 108 0.53 0 0.07 0.55 172.26 0.36 0.33
Hex 36 74 6C 35 0 7 37 AC 24 21
Octal 66 164 154 65 0 7 67 254 44 41
Binary 110110 1110100 1101100 110101 0 111 110111 10101100 100100 100001

Color Harmonies of #36746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36746C

Black with #36746C

Text Example


Text Example

White with #36746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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