#184F25

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

Shades of Crusoe #184F25

Tints of Crusoe #184F25

Color information

#184F25 (or 0x184F25) is unknown color: approx Crusoe. HEX triplet: 18, 4F and 25. RGB value is (24,79,37). Sum of RGB (Red+Green+Blue) = 24+79+37=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #184F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F25 is #E7B0DA. Grayscale: #393939. Windows color (decimal): -15184091 or 2445080. OLE color: 2445080.

HSL color Cylindrical-coordinate representation of color #184F25: hue angle of 134.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F25 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB247937-
CMYK0.7000.530.69
HSL134.18º53.4%20.2%-
HSV(B)134.18º69.62%30.98%-
XYZ3.515.922.71-
YUV57.77116.28103.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 79 (31.25% from 255) = 56.43%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=17.14%
G=56.43%
B=26.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2479370.7000.530.69134.1853.420.2
Hex184F254603545863514
Octal30117451060651052066524
Binary1100010011111001011000110011010110001011000011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184F25; }

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

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

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

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

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

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

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

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