#185423

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

Shades of Crusoe #185423

Tints of Crusoe #185423

Color information

#185423 (or 0x185423) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 23. RGB value is (24,84,35). Sum of RGB (Red+Green+Blue) = 24+84+35=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #185423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185423 is #E7ABDC. Grayscale: #3C3C3C. Windows color (decimal): -15182813 or 2315288. OLE color: 2315288.

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

Color convert

RGB248435-
CMYK0.7100.580.67
HSL131º55.56%21.18%-
HSV(B)131º71.43%32.94%-
XYZ3.856.662.67-
YUV60.47113.62101.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 84 (33.20% from 255) = 58.74%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=16.78%
G=58.74%
B=24.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484350.7100.580.6713155.5621.18
Hex1854234703A43833815
Octal30124431070721032037025
Binary1100010101001000111000111011101010000111000001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185423; }

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

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

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

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

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

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

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

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