#235046

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

Shades of Gable Green #235046

Tints of Gable Green #235046

Color information

#235046 (or 0x235046) is unknown color: approx Gable Green. HEX triplet: 23, 50 and 46. RGB value is (35,80,70). Sum of RGB (Red+Green+Blue) = 35+80+70=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #235046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235046 is #DCAFB9. Grayscale: #414141. Windows color (decimal): -14462906 or 4608035. OLE color: 4608035.

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

Color convert

RGB358070-
CMYK0.5600.120.69
HSL166.67º39.13%22.55%-
HSV(B)166.67º56.25%31.37%-
XYZ4.676.546.81-
YUV65.4130.59106.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=18.92%
G=43.24%
B=37.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580700.5600.120.69166.6739.1322.55
Hex235046380C45a72717
Octal43120106700141052474727
Binary100011101000010001101110000110010001011010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235046; }

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

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

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

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

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

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

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

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