#23766A

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

Shades of Genoa #23766A

Tints of Genoa #23766A

Color information

#23766A (or 0x23766A) is unknown color: approx Genoa. HEX triplet: 23, 76 and 6A. RGB value is (35,118,106). Sum of RGB (Red+Green+Blue) = 35+118+106=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #23766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23766A is #DC8995. Grayscale: #5B5B5B. Windows color (decimal): -14453142 or 6977059. OLE color: 6977059.

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

Color convert

RGB35118106-
CMYK0.7000.100.54
HSL171.33º54.25%30%-
HSV(B)171.33º70.34%46.27%-
XYZ9.7714.3515.89-
YUV91.8213687.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=13.51%
G=45.56%
B=40.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351181060.7000.100.54171.3354.2530
Hex23766A460A36ab361e
Octal43166152106012662536636
Binary100011111011011010101000110010101101101010101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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