#234845

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

Shades of Gable Green #234845

Tints of Gable Green #234845

Color information

#234845 (or 0x234845) is unknown color: approx Gable Green. HEX triplet: 23, 48 and 45. RGB value is (35,72,69). Sum of RGB (Red+Green+Blue) = 35+72+69=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #234845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234845 is #DCB7BA. Grayscale: #3C3C3C. Windows color (decimal): -14464955 or 4540451. OLE color: 4540451.

HSL color Cylindrical-coordinate representation of color #234845: hue angle of 175.14º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234845 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB357269-
CMYK0.5100.040.72
HSL175.14º34.58%20.98%-
HSV(B)175.14º51.39%28.24%-
XYZ4.085.426.46-
YUV60.6132.74109.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.89%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=19.89%
G=40.91%
B=39.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572690.5100.040.72175.1434.5820.98
Hex234845330448af2315
Octal4311010563041102574325
Binary10001110010001000101110011010010010001010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234845; }

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

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

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

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

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

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

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

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