#12533B

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

Shades of County Green #12533B

Tints of County Green #12533B

Color information

#12533B (or 0x12533B) is unknown color: approx County Green. HEX triplet: 12, 53 and 3B. RGB value is (18,83,59). Sum of RGB (Red+Green+Blue) = 18+83+59=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #12533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12533B is #EDACC4. Grayscale: #3C3C3C. Windows color (decimal): -15576261 or 3887890. OLE color: 3887890.

HSL color Cylindrical-coordinate representation of color #12533B: hue angle of 157.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12533B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB188359-
CMYK0.7800.290.67
HSL157.85º64.36%19.8%-
HSV(B)157.85º78.31%32.55%-
XYZ4.136.635.2-
YUV60.83126.9797.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=11.25%
G=51.88%
B=36.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883590.7800.290.67157.8564.3619.8
Hex12533B4E01D439e4014
Octal221237311603510323610024
Binary1001010100111110111001110011101100001110011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,83,59); }

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

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

 a { background-color: rgb(18,83,59); }

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

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

 span { border-color: rgb(18,83,59); }

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