#186127

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

Shades of Crusoe #186127

Tints of Crusoe #186127

Color information

#186127 (or 0x186127) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 27. RGB value is (24,97,39). Sum of RGB (Red+Green+Blue) = 24+97+39=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #186127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186127 is #E79ED8. Grayscale: #444444. Windows color (decimal): -15179481 or 2580760. OLE color: 2580760.

HSL color Cylindrical-coordinate representation of color #186127: hue angle of 132.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186127 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB249739-
CMYK0.7500.600.62
HSL132.33º60.33%23.73%-
HSV(B)132.33º75.26%38.04%-
XYZ5.028.893.37-
YUV68.56111.3296.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=15%
G=60.62%
B=24.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497390.7500.600.62132.3360.3323.73
Hex1861274B03C3E843c18
Octal3014147113074762047430
Binary110001100001100111100101101111001111101000010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186127; }

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

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

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

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

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

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

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

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