#125B1D

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

Shades of Crusoe #125B1D

Tints of Crusoe #125B1D

Color information

#125B1D (or 0x125B1D) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 1D. RGB value is (18,91,29). Sum of RGB (Red+Green+Blue) = 18+91+29=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #125B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B1D is #EDA4E2. Grayscale: #3E3E3E. Windows color (decimal): -15574243 or 1923858. OLE color: 1923858.

HSL color Cylindrical-coordinate representation of color #125B1D: hue angle of 129.04º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B1D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB189129-
CMYK0.8000.680.64
HSL129.04º66.97%21.37%-
HSV(B)129.04º80.22%35.69%-
XYZ4.217.72.43-
YUV62.1109.3296.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 91 (35.94% from 255) = 65.94%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=13.04%
G=65.94%
B=21.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891290.8000.680.64129.0466.9721.37
Hex125B1D5004440814315
Octal2213335120010410020110325
Binary10010101101111101101000001000100100000010000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,29); }

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

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

 a { background-color: rgb(18,91,29); }

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

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

 span { border-color: rgb(18,91,29); }

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