#18533B

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

Shades of County Green #18533B

Tints of County Green #18533B

Color information

#18533B (or 0x18533B) is unknown color: approx County Green. HEX triplet: 18, 53 and 3B. RGB value is (24,83,59). Sum of RGB (Red+Green+Blue) = 24+83+59=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #18533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18533B is #E7ACC4. Grayscale: #3E3E3E. Windows color (decimal): -15183045 or 3887896. OLE color: 3887896.

HSL color Cylindrical-coordinate representation of color #18533B: hue angle of 155.59º 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 #18533B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB248359-
CMYK0.7100.290.67
HSL155.59º55.14%20.98%-
HSV(B)155.59º71.08%32.55%-
XYZ4.266.75.21-
YUV62.62125.95100.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=14.46%
G=50%
B=35.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483590.7100.290.67155.5955.1420.98
Hex18533B4701D439c3715
Octal30123731070351032346725
Binary110001010011111011100011101110110000111001110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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