#237269

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

Shades of Genoa #237269

Tints of Genoa #237269

Color information

#237269 (or 0x237269) is unknown color: approx Genoa. HEX triplet: 23, 72 and 69. RGB value is (35,114,105). Sum of RGB (Red+Green+Blue) = 35+114+105=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #237269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237269 is #DC8D96. Grayscale: #595959. Windows color (decimal): -14454167 or 6910499. OLE color: 6910499.

HSL color Cylindrical-coordinate representation of color #237269: hue angle of 173.16º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237269 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB35114105-
CMYK0.6900.080.55
HSL173.16º53.02%29.22%-
HSV(B)173.16º69.3%44.71%-
XYZ9.2613.4115.47-
YUV89.35136.8389.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=13.78%
G=44.88%
B=41.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351141050.6900.080.55173.1653.0229.22
Hex237269450837ad351d
Octal43162151105010672556535
Binary100011111001011010011000101010001101111010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237269; }

 p { color: rgb(35,114,105); }

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

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

 a { background-color: rgb(35,114,105); }

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

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

 span { border-color: rgb(35,114,105); }

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