#125F1B

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

Shades of Crusoe #125F1B

Tints of Crusoe #125F1B

Color information

#125F1B (or 0x125F1B) is unknown color: approx Crusoe. HEX triplet: 12, 5F and 1B. RGB value is (18,95,27). Sum of RGB (Red+Green+Blue) = 18+95+27=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #125F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F1B is #EDA0E4. Grayscale: #404040. Windows color (decimal): -15573221 or 1793810. OLE color: 1793810.

HSL color Cylindrical-coordinate representation of color #125F1B: hue angle of 127.01º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F1B is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB189527-
CMYK0.8100.720.63
HSL127.01º68.14%22.16%-
HSV(B)127.01º81.05%37.25%-
XYZ4.548.392.42-
YUV64.22106.9995.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 95 (37.5% from 255) = 67.86%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=12.86%
G=67.86%
B=19.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895270.8100.720.63127.0168.1422.16
Hex125F1B510483F7f4416
Octal221373312101107717710426
Binary100101011111110111010001010010001111111111111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F1B; }

 p { color: rgb(18,95,27); }

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

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

 a { background-color: rgb(18,95,27); }

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

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

 span { border-color: rgb(18,95,27); }

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