Html Css Color HEX #36746A Genoa

📋 copy color: '#36746A'

red 54 ◦ green 116 ◦ blue 106

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

Shades of Genoa #36746A

Tints of Genoa #36746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 19.57%
G = 42.03%
B = 38.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#36746A (or 0x36746A) is known color: Genoa. HEX triplet: 36, 74 and 6A. RGB value is (54,116,106). Sum of RGB (Red+Green+Blue) = 54+116+106=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #36746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746A is #C98B95. Grayscale: #606060. Windows color (decimal): -13208470 or 6976566. OLE color: 6976566.

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

Color convert

RGB 54 116 106 -
CMYK 0.53 0 0.09 0.55
HSL 170.32º 0.36% 0.33% -
HSV(B) 170.32º 0.53% 0.45% -
XYZ 10.37 14.32 15.85 -
YUV 96.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 54 116 106 0.53 0 0.09 0.55 170.32 0.36 0.33
Hex 36 74 6A 35 0 9 37 AA 24 21
Octal 66 164 152 65 0 11 67 252 44 41
Binary 110110 1110100 1101010 110101 0 1001 110111 10101010 100100 100001

Color Harmonies of #36746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36746A

Black with #36746A

Text Example


Text Example

White with #36746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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