#18533C

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

Shades of County Green #18533C

Tints of County Green #18533C

Color information

#18533C (or 0x18533C) is unknown color: approx County Green. HEX triplet: 18, 53 and 3C. RGB value is (24,83,60). Sum of RGB (Red+Green+Blue) = 24+83+60=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #18533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18533C is #E7ACC3. Grayscale: #3E3E3E. Windows color (decimal): -15183044 or 3953432. OLE color: 3953432.

HSL color Cylindrical-coordinate representation of color #18533C: hue angle of 156.61º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18533C is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB248360-
CMYK0.7100.280.67
HSL156.61º55.14%20.98%-
HSV(B)156.61º71.08%32.55%-
XYZ4.296.715.34-
YUV62.74126.45100.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=14.37%
G=49.70%
B=35.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483600.7100.280.67156.6155.1420.98
Hex18533C4701C439d3715
Octal30123741070341032356725
Binary110001010011111100100011101110010000111001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18533C; }

 p { color: rgb(24,83,60); }

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

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

 a { background-color: rgb(24,83,60); }

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

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

 span { border-color: rgb(24,83,60); }

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