#23503B

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

Shades of County Green #23503B

Tints of County Green #23503B

Color information

#23503B (or 0x23503B) is unknown color: approx County Green. HEX triplet: 23, 50 and 3B. RGB value is (35,80,59). Sum of RGB (Red+Green+Blue) = 35+80+59=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #23503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23503B is #DCAFC4. Grayscale: #404040. Windows color (decimal): -14462917 or 3887139. OLE color: 3887139.

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

Color convert

RGB358059-
CMYK0.5600.260.69
HSL152º39.13%22.55%-
HSV(B)152º56.25%31.37%-
XYZ4.356.415.15-
YUV64.15125.09107.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=20.11%
G=45.98%
B=33.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580590.5600.260.6915239.1322.55
Hex23503B3801A45982717
Octal4312073700321052304727
Binary100011101000011101111100001101010001011001100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23503B; }

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

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

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

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

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

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

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

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