#186335

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

Shades of Crusoe #186335

Tints of Crusoe #186335

Color information

#186335 (or 0x186335) is unknown color: approx Crusoe. HEX triplet: 18, 63 and 35. RGB value is (24,99,53). Sum of RGB (Red+Green+Blue) = 24+99+53=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #186335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186335 is #E79CCA. Grayscale: #474747. Windows color (decimal): -15178955 or 3498776. OLE color: 3498776.

HSL color Cylindrical-coordinate representation of color #186335: hue angle of 143.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186335 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB249953-
CMYK0.7600.460.61
HSL143.2º60.98%24.12%-
HSV(B)143.2º75.76%38.82%-
XYZ5.489.374.89-
YUV71.33117.6594.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=13.64%
G=56.25%
B=30.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499530.7600.460.61143.260.9824.12
Hex1863354C02E3D8f3d18
Octal3014365114056752177530
Binary110001100011110101100110001011101111011000111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186335; }

 p { color: rgb(24,99,53); }

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

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

 a { background-color: rgb(24,99,53); }

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

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

 span { border-color: rgb(24,99,53); }

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