#235048

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

Shades of Gable Green #235048

Tints of Gable Green #235048

Color information

#235048 (or 0x235048) is unknown color: approx Gable Green. HEX triplet: 23, 50 and 48. RGB value is (35,80,72). Sum of RGB (Red+Green+Blue) = 35+80+72=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #235048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235048 is #DCAFB7. Grayscale: #414141. Windows color (decimal): -14462904 or 4739107. OLE color: 4739107.

HSL color Cylindrical-coordinate representation of color #235048: hue angle of 169.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235048 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB358072-
CMYK0.5600.100.69
HSL169.33º39.13%22.55%-
HSV(B)169.33º56.25%31.37%-
XYZ4.736.567.15-
YUV65.63131.59106.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=18.72%
G=42.78%
B=38.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580720.5600.100.69169.3339.1322.55
Hex235048380A45a92717
Octal43120110700121052514727
Binary100011101000010010001110000101010001011010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235048; }

 p { color: rgb(35,80,72); }

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

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

 a { background-color: rgb(35,80,72); }

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

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

 span { border-color: rgb(35,80,72); }

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