#125B26

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

Shades of Crusoe #125B26

Tints of Crusoe #125B26

Color information

#125B26 (or 0x125B26) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 26. RGB value is (18,91,38). Sum of RGB (Red+Green+Blue) = 18+91+38=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #125B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B26 is #EDA4D9. Grayscale: #3F3F3F. Windows color (decimal): -15574234 or 2513682. OLE color: 2513682.

HSL color Cylindrical-coordinate representation of color #125B26: hue angle of 136.44º 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 #125B26 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB189138-
CMYK0.8000.580.64
HSL136.44º66.97%21.37%-
HSV(B)136.44º80.22%35.69%-
XYZ4.347.753.1-
YUV63.13113.8295.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 91 (35.94% from 255) = 61.90%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=12.24%
G=61.90%
B=25.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891380.8000.580.64136.4466.9721.37
Hex125B265003A40884315
Octal221334612007210021010325
Binary10010101101110011010100000111010100000010001000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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