Html Css Color HEX #37746A Genoa

📋 copy color: '#37746A'

red 55 ◦ green 116 ◦ blue 106

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

Shades of Genoa #37746A

Tints of Genoa #37746A

RGB

 RED value IS 55 (21.88% from 255) = 19.86%

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

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

R = 19.86%
G = 41.88%
B = 38.27%

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

#37746A (or 0x37746A) is known color: Genoa. HEX triplet: 37, 74 and 6A. RGB value is (55,116,106). Sum of RGB (Red+Green+Blue) = 55+116+106=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #37746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37746A is #C88B95. Grayscale: #606060. Windows color (decimal): -13142934 or 6976567. OLE color: 6976567.

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

Color convert

RGB 55 116 106 -
CMYK 0.53 0 0.09 0.55
HSL 170.16º 0.36% 0.34% -
HSV(B) 170.16º 0.53% 0.45% -
XYZ 10.42 14.34 15.85 -
YUV 96.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 55 116 106 0.53 0 0.09 0.55 170.16 0.36 0.34
Hex 37 74 6A 35 0 9 37 AA 24 22
Octal 67 164 152 65 0 11 67 252 44 42
Binary 110111 1110100 1101010 110101 0 1001 110111 10101010 100100 100010

Color Harmonies of #37746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37746A

Black with #37746A

Text Example


Text Example

White with #37746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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