#234542

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

Shades of Gable Green #234542

Tints of Gable Green #234542

Color information

#234542 (or 0x234542) is unknown color: approx Gable Green. HEX triplet: 23, 45 and 42. RGB value is (35,69,66). Sum of RGB (Red+Green+Blue) = 35+69+66=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #234542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234542 is #DCBABD. Grayscale: #3A3A3A. Windows color (decimal): -14465726 or 4343075. OLE color: 4343075.

HSL color Cylindrical-coordinate representation of color #234542: hue angle of 174.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234542 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB356966-
CMYK0.4900.040.73
HSL174.71º32.69%20.39%-
HSV(B)174.71º49.28%27.06%-
XYZ3.85.015.92-
YUV58.49132.24111.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=20.59%
G=40.59%
B=38.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3569660.4900.040.73174.7132.6920.39
Hex234542310449af2114
Octal4310510261041112574124
Binary10001110001011000010110001010010010011010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234542; }

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

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

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

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

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

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

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

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