#237166

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

Shades of Genoa #237166

Tints of Genoa #237166

Color information

#237166 (or 0x237166) is unknown color: approx Genoa. HEX triplet: 23, 71 and 66. RGB value is (35,113,102). Sum of RGB (Red+Green+Blue) = 35+113+102=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #237166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237166 is #DC8E99. Grayscale: #585858. Windows color (decimal): -14454426 or 6713635. OLE color: 6713635.

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

Color convert

RGB35113102-
CMYK0.6900.100.56
HSL171.54º52.7%29.02%-
HSV(B)171.54º69.03%44.31%-
XYZ913.1314.63-
YUV88.42135.6689.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=14%
G=45.2%
B=40.8%

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
Decimal351131020.6900.100.56171.5452.729.02
Hex237166450A38ac351d
Octal43161146105012702546535
Binary100011111000111001101000101010101110001010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237166; }

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

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

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

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

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

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

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

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