#185434

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

Shades of Crusoe #185434

Tints of Crusoe #185434

Color information

#185434 (or 0x185434) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 34. RGB value is (24,84,52). Sum of RGB (Red+Green+Blue) = 24+84+52=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #185434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185434 is #E7ABCB. Grayscale: #3E3E3E. Windows color (decimal): -15182796 or 3429400. OLE color: 3429400.

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

Color convert

RGB248452-
CMYK0.7100.380.67
HSL148º55.56%21.18%-
HSV(B)148º71.43%32.94%-
XYZ4.176.784.34-
YUV62.41122.12100.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=15%
G=52.5%
B=32.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484520.7100.380.6714855.5621.18
Hex1854344702643943815
Octal30124641070461032247025
Binary1100010101001101001000111010011010000111001010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185434; }

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

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

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

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

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

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

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

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