#124F1E

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

Shades of Crusoe #124F1E

Tints of Crusoe #124F1E

Color information

#124F1E (or 0x124F1E) is unknown color: approx Crusoe. HEX triplet: 12, 4F and 1E. RGB value is (18,79,30). Sum of RGB (Red+Green+Blue) = 18+79+30=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #124F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F1E is #EDB0E1. Grayscale: #373737. Windows color (decimal): -15577314 or 1986322. OLE color: 1986322.

HSL color Cylindrical-coordinate representation of color #124F1E: hue angle of 131.8º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F1E is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB187930-
CMYK0.7700.620.69
HSL131.8º62.89%19.02%-
HSV(B)131.8º77.22%30.98%-
XYZ3.285.812.18-
YUV55.18113.79101.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 79 (31.25% from 255) = 62.20%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=14.17%
G=62.20%
B=23.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879300.7700.620.69131.862.8919.02
Hex124F1E4D03E45843f13
Octal22117361150761052047723
Binary100101001111111101001101011111010001011000010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F1E; }

 p { color: rgb(18,79,30); }

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

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

 a { background-color: rgb(18,79,30); }

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

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

 span { border-color: rgb(18,79,30); }

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