#234530

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

Shades of Everglade #234530

Tints of Everglade #234530

Color information

#234530 (or 0x234530) is unknown color: approx Everglade. HEX triplet: 23, 45 and 30. RGB value is (35,69,48). Sum of RGB (Red+Green+Blue) = 35+69+48=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #234530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234530 is #DCBACF. Grayscale: #383838. Windows color (decimal): -14465744 or 3163427. OLE color: 3163427.

HSL color Cylindrical-coordinate representation of color #234530: hue angle of 142.94º 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 #234530 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB356948-
CMYK0.4900.300.73
HSL142.94º32.69%20.39%-
HSV(B)142.94º49.28%27.06%-
XYZ3.354.833.55-
YUV56.44123.24112.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=23.03%
G=45.39%
B=31.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3569480.4900.300.73142.9432.6920.39
Hex2345303101E498f2114
Octal4310560610361112174124
Binary100011100010111000011000101111010010011000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234530; }

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

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

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

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

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

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

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

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