#237064

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

Shades of Genoa #237064

Tints of Genoa #237064

Color information

#237064 (or 0x237064) is unknown color: approx Genoa. HEX triplet: 23, 70 and 64. RGB value is (35,112,100). Sum of RGB (Red+Green+Blue) = 35+112+100=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #237064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237064 is #DC8F9B. Grayscale: #575757. Windows color (decimal): -14454684 or 6582307. OLE color: 6582307.

HSL color Cylindrical-coordinate representation of color #237064: hue angle of 170.65º degrees, saturation: 0.52, 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 #237064 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB35112100-
CMYK0.6900.110.56
HSL170.65º52.38%28.82%-
HSV(B)170.65º68.75%43.92%-
XYZ8.7912.8714.08-
YUV87.61134.9990.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=14.17%
G=45.34%
B=40.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351121000.6900.110.56170.6552.3828.82
Hex237064450B38ab341d
Octal43160144105013702536435
Binary100011111000011001001000101010111110001010101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237064; }

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

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

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

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

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

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

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

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