#237164

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

Shades of Genoa #237164

Tints of Genoa #237164

Color information

#237164 (or 0x237164) is unknown color: approx Genoa. HEX triplet: 23, 71 and 64. RGB value is (35,113,100). Sum of RGB (Red+Green+Blue) = 35+113+100=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #237164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237164 is #DC8E9B. Grayscale: #585858. Windows color (decimal): -14454428 or 6582563. OLE color: 6582563.

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

Color convert

RGB35113100-
CMYK0.6900.120.56
HSL170º52.7%29.02%-
HSV(B)170º69.03%44.31%-
XYZ8.913.0914.11-
YUV88.2134.6690.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=14.11%
G=45.56%
B=40.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351131000.6900.120.5617052.729.02
Hex237164450C38aa351d
Octal43161144105014702526535
Binary100011111000111001001000101011001110001010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237164; }

 p { color: rgb(35,113,100); }

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

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

 a { background-color: rgb(35,113,100); }

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

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

 span { border-color: rgb(35,113,100); }

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