#23524A

Color #23524A Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #23524A

Tints of Gable Green #23524A

Color information

#23524A (or 0x23524A) is unknown color: approx Gable Green. HEX triplet: 23, 52 and 4A. RGB value is (35,82,74). Sum of RGB (Red+Green+Blue) = 35+82+74=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #23524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23524A is #DCADB5. Grayscale: #434343. Windows color (decimal): -14462390 or 4870691. OLE color: 4870691.

HSL color Cylindrical-coordinate representation of color #23524A: hue angle of 169.79º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23524A is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB358274-
CMYK0.5700.100.68
HSL169.79º40.17%22.94%-
HSV(B)169.79º57.32%32.16%-
XYZ4.956.897.55-
YUV67.04131.93105.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=18.32%
G=42.93%
B=38.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582740.5700.100.68169.7940.1722.94
Hex23524A390A44aa2817
Octal43122112710121042525027
Binary100011101001010010101110010101010001001010101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23524A; }

 p { color: rgb(35,82,74); }

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

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

 a { background-color: rgb(35,82,74); }

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

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

 span { border-color: rgb(35,82,74); }

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