#186130

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

Shades of Crusoe #186130

Tints of Crusoe #186130

Color information

#186130 (or 0x186130) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 30. RGB value is (24,97,48). Sum of RGB (Red+Green+Blue) = 24+97+48=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #186130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186130 is #E79ECF. Grayscale: #454545. Windows color (decimal): -15179472 or 3170584. OLE color: 3170584.

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

Color convert

RGB249748-
CMYK0.7500.510.62
HSL139.73º60.33%23.73%-
HSV(B)139.73º75.26%38.04%-
XYZ5.188.964.25-
YUV69.59115.8295.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=14.20%
G=57.40%
B=28.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497480.7500.510.62139.7360.3323.73
Hex1861304B0333E8c3c18
Octal3014160113063762147430
Binary110001100001110000100101101100111111101000110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186130; }

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

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

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

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

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

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

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

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