#124F22

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

Shades of Crusoe #124F22

Tints of Crusoe #124F22

Color information

#124F22 (or 0x124F22) is unknown color: approx Crusoe. HEX triplet: 12, 4F and 22. RGB value is (18,79,34). Sum of RGB (Red+Green+Blue) = 18+79+34=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #124F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F22 is #EDB0DD. Grayscale: #373737. Windows color (decimal): -15577310 or 2248466. OLE color: 2248466.

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

Color convert

RGB187934-
CMYK0.7700.570.69
HSL135.74º62.89%19.02%-
HSV(B)135.74º77.22%30.98%-
XYZ3.335.842.46-
YUV55.63115.79101.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 79 (31.25% from 255) = 60.31%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=13.74%
G=60.31%
B=25.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879340.7700.570.69135.7462.8919.02
Hex124F224D03945883f13
Octal22117421150711052107723
Binary1001010011111000101001101011100110001011000100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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