#186125

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

Shades of Crusoe #186125

Tints of Crusoe #186125

Color information

#186125 (or 0x186125) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 25. RGB value is (24,97,37). Sum of RGB (Red+Green+Blue) = 24+97+37=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #186125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186125 is #E79EDA. Grayscale: #444444. Windows color (decimal): -15179483 or 2449688. OLE color: 2449688.

HSL color Cylindrical-coordinate representation of color #186125: hue angle of 130.68º 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 #186125 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB249737-
CMYK0.7500.620.62
HSL130.68º60.33%23.73%-
HSV(B)130.68º75.26%38.04%-
XYZ4.998.883.2-
YUV68.33110.3296.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=15.19%
G=61.39%
B=23.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497370.7500.620.62130.6860.3323.73
Hex1861254B03E3E833c18
Octal3014145113076762037430
Binary110001100001100101100101101111101111101000001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186125; }

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

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

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

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

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

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

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

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