#237065

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

Shades of Genoa #237065

Tints of Genoa #237065

Color information

#237065 (or 0x237065) is unknown color: approx Genoa. HEX triplet: 23, 70 and 65. RGB value is (35,112,101). Sum of RGB (Red+Green+Blue) = 35+112+101=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #237065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237065 is #DC8F9A. Grayscale: #575757. Windows color (decimal): -14454683 or 6647843. OLE color: 6647843.

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

Color convert

RGB35112101-
CMYK0.6900.100.56
HSL171.43º52.38%28.82%-
HSV(B)171.43º68.75%43.92%-
XYZ8.8412.8914.33-
YUV87.72135.4990.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=14.11%
G=45.16%
B=40.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351121010.6900.100.56171.4352.3828.82
Hex237065450A38ab341d
Octal43160145105012702536435
Binary100011111000011001011000101010101110001010101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237065; }

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

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

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

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

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

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

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

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