#18552C

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

Shades of Crusoe #18552C

Tints of Crusoe #18552C

Color information

#18552C (or 0x18552C) is unknown color: approx Crusoe. HEX triplet: 18, 55 and 2C. RGB value is (24,85,44). Sum of RGB (Red+Green+Blue) = 24+85+44=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #18552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552C is #E7AAD3. Grayscale: #3E3E3E. Windows color (decimal): -15182548 or 2905368. OLE color: 2905368.

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

Color convert

RGB248544-
CMYK0.7200.480.67
HSL139.67º55.96%21.37%-
HSV(B)139.67º71.76%33.33%-
XYZ4.086.873.49-
YUV62.09117.79100.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=15.69%
G=55.56%
B=28.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485440.7200.480.67139.6755.9621.37
Hex18552C48030438c3815
Octal30125541100601032147025
Binary1100010101011011001001000011000010000111000110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,85,44); }

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

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

 a { background-color: rgb(24,85,44); }

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

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

 span { border-color: rgb(24,85,44); }

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