#125D1B

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

Shades of Crusoe #125D1B

Tints of Crusoe #125D1B

Color information

#125D1B (or 0x125D1B) is unknown color: approx Crusoe. HEX triplet: 12, 5D and 1B. RGB value is (18,93,27). Sum of RGB (Red+Green+Blue) = 18+93+27=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #125D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D1B is #EDA2E4. Grayscale: #3F3F3F. Windows color (decimal): -15573733 or 1793298. OLE color: 1793298.

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

Color convert

RGB189327-
CMYK0.8100.710.64
HSL127.2º67.57%21.76%-
HSV(B)127.2º80.65%36.47%-
XYZ4.368.042.36-
YUV63.05107.6595.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=13.04%
G=67.39%
B=19.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1893270.8100.710.64127.267.5721.76
Hex125D1B51047407f4416
Octal2213533121010710017710426
Binary1001010111011101110100010100011110000001111111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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