#124F26

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

Shades of Crusoe #124F26

Tints of Crusoe #124F26

Color information

#124F26 (or 0x124F26) is unknown color: approx Crusoe. HEX triplet: 12, 4F and 26. RGB value is (18,79,38). Sum of RGB (Red+Green+Blue) = 18+79+38=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #124F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F26 is #EDB0D9. Grayscale: #383838. Windows color (decimal): -15577306 or 2510610. OLE color: 2510610.

HSL color Cylindrical-coordinate representation of color #124F26: hue angle of 139.67º 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 #124F26 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB187938-
CMYK0.7700.520.69
HSL139.67º62.89%19.02%-
HSV(B)139.67º77.22%30.98%-
XYZ3.45.862.79-
YUV56.09117.79100.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 79 (31.25% from 255) = 58.52%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=13.33%
G=58.52%
B=28.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879380.7700.520.69139.6762.8919.02
Hex124F264D034458c3f13
Octal22117461150641052147723
Binary1001010011111001101001101011010010001011000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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