#185127

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

Shades of Crusoe #185127

Tints of Crusoe #185127

Color information

#185127 (or 0x185127) is unknown color: approx Crusoe. HEX triplet: 18, 51 and 27. RGB value is (24,81,39). Sum of RGB (Red+Green+Blue) = 24+81+39=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #185127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185127 is #E7AED8. Grayscale: #3B3B3B. Windows color (decimal): -15183577 or 2576664. OLE color: 2576664.

HSL color Cylindrical-coordinate representation of color #185127: hue angle of 135.79º 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 #185127 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB248139-
CMYK0.7000.520.68
HSL135.79º54.29%20.59%-
HSV(B)135.79º70.37%31.76%-
XYZ3.696.232.93-
YUV59.17116.62102.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=16.67%
G=56.25%
B=27.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481390.7000.520.68135.7954.2920.59
Hex1851274603444883615
Octal30121471060641042106625
Binary1100010100011001111000110011010010001001000100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185127; }

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

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

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

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

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

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

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

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