#237365

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

Shades of Genoa #237365

Tints of Genoa #237365

Color information

#237365 (or 0x237365) is unknown color: approx Genoa. HEX triplet: 23, 73 and 65. RGB value is (35,115,101). Sum of RGB (Red+Green+Blue) = 35+115+101=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #237365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237365 is #DC8C9A. Grayscale: #595959. Windows color (decimal): -14453915 or 6648611. OLE color: 6648611.

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

Color convert

RGB35115101-
CMYK0.7000.120.55
HSL169.5º53.33%29.41%-
HSV(B)169.5º69.57%45.1%-
XYZ9.1713.5614.45-
YUV89.48134.589.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=13.94%
G=45.82%
B=40.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351151010.7000.120.55169.553.3329.41
Hex237365460C37aa351d
Octal43163145106014672526535
Binary100011111001111001011000110011001101111010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237365; }

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

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

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

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

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

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

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

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