#185429

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

Shades of Crusoe #185429

Tints of Crusoe #185429

Color information

#185429 (or 0x185429) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 29. RGB value is (24,84,41). Sum of RGB (Red+Green+Blue) = 24+84+41=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #185429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185429 is #E7ABD6. Grayscale: #3D3D3D. Windows color (decimal): -15182807 or 2708504. OLE color: 2708504.

HSL color Cylindrical-coordinate representation of color #185429: hue angle of 137º degrees, saturation: 0.56, 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 #185429 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB248441-
CMYK0.7100.510.67
HSL137º55.56%21.18%-
HSV(B)137º71.43%32.94%-
XYZ3.956.693.18-
YUV61.16116.62101.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=16.11%
G=56.38%
B=27.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484410.7100.510.6713755.5621.18
Hex1854294703343893815
Octal30124511070631032117025
Binary1100010101001010011000111011001110000111000100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185429; }

 p { color: rgb(24,84,41); }

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

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

 a { background-color: rgb(24,84,41); }

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

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

 span { border-color: rgb(24,84,41); }

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