#183200

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

Shades of Pine Tree #183200

Tints of Pine Tree #183200

Color information

#183200 (or 0x183200) is unknown color: approx Pine Tree. HEX triplet: 18, 32 and 00. RGB value is (24,50,0). Sum of RGB (Red+Green+Blue) = 24+50+0=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #183200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183200 is #E7CDFF. Grayscale: #242424. Windows color (decimal): -15191552 or 12824. OLE color: 12824.

HSL color Cylindrical-coordinate representation of color #183200: hue angle of 91.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #183200 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB24500-
CMYK0.52010.80
HSL91.2º100%9.8%-
HSV(B)91.2º100%19.61%-
XYZ1.522.480.4-
YUV36.53107.39119.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.43%
G=67.57%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal245000.52010.8091.21009.8
Hex1832034064505b64a
Octal3062064014412013314412
Binary110001100100110100011001001010000101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183200; }

 p { color: rgb(24,50,0); }

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

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

 a { background-color: rgb(24,50,0); }

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

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

 span { border-color: rgb(24,50,0); }

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