#23746A

Color #23746A Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #23746A

Tints of Genoa #23746A

Color information

#23746A (or 0x23746A) is unknown color: approx Genoa. HEX triplet: 23, 74 and 6A. RGB value is (35,116,106). Sum of RGB (Red+Green+Blue) = 35+116+106=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #23746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23746A is #DC8B95. Grayscale: #5A5A5A. Windows color (decimal): -14453654 or 6976547. OLE color: 6976547.

HSL color Cylindrical-coordinate representation of color #23746A: hue angle of 172.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23746A is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB35116106-
CMYK0.7000.090.55
HSL172.59º53.64%29.61%-
HSV(B)172.59º69.83%45.49%-
XYZ9.5413.8915.81-
YUV90.64136.6688.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.62%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=13.62%
G=45.14%
B=41.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351161060.7000.090.55172.5953.6429.61
Hex23746A460937ad361e
Octal43164152106011672556636
Binary100011111010011010101000110010011101111010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #23746A;
 }
 .AnyTagClassName
 {
   color: #23746A;
 }
</style>
background-color css

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

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

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

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

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

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