#237267

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

Shades of Genoa #237267

Tints of Genoa #237267

Color information

#237267 (or 0x237267) is unknown color: approx Genoa. HEX triplet: 23, 72 and 67. RGB value is (35,114,103). Sum of RGB (Red+Green+Blue) = 35+114+103=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #237267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237267 is #DC8D98. Grayscale: #595959. Windows color (decimal): -14454169 or 6779427. OLE color: 6779427.

HSL color Cylindrical-coordinate representation of color #237267: hue angle of 171.65º 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 #237267 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB35114103-
CMYK0.6900.100.55
HSL171.65º53.02%29.22%-
HSV(B)171.65º69.3%44.71%-
XYZ9.1613.3714.93-
YUV89.12135.8389.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=13.89%
G=45.24%
B=40.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351141030.6900.100.55171.6553.0229.22
Hex237267450A37ac351d
Octal43162147105012672546535
Binary100011111001011001111000101010101101111010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237267; }

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

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

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

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

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

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

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

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