#185128

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

Shades of Crusoe #185128

Tints of Crusoe #185128

Color information

#185128 (or 0x185128) is unknown color: approx Crusoe. HEX triplet: 18, 51 and 28. RGB value is (24,81,40). Sum of RGB (Red+Green+Blue) = 24+81+40=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #185128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185128 is #E7AED7. Grayscale: #3B3B3B. Windows color (decimal): -15183576 or 2642200. OLE color: 2642200.

HSL color Cylindrical-coordinate representation of color #185128: hue angle of 136.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185128 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB248140-
CMYK0.7000.510.68
HSL136.84º54.29%20.59%-
HSV(B)136.84º70.37%31.76%-
XYZ3.76.233.02-
YUV59.28117.12102.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 81 (32.03% from 255) = 55.86%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=16.55%
G=55.86%
B=27.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481400.7000.510.68136.8454.2920.59
Hex1851284603344893615
Octal30121501060631042116625
Binary1100010100011010001000110011001110001001000100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185128; }

 p { color: rgb(24,81,40); }

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

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

 a { background-color: rgb(24,81,40); }

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

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

 span { border-color: rgb(24,81,40); }

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