#125026

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

Shades of Crusoe #125026

Tints of Crusoe #125026

Color information

#125026 (or 0x125026) is unknown color: approx Crusoe. HEX triplet: 12, 50 and 26. RGB value is (18,80,38). Sum of RGB (Red+Green+Blue) = 18+80+38=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #125026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125026 is #EDAFD9. Grayscale: #383838. Windows color (decimal): -15577050 or 2510866. OLE color: 2510866.

HSL color Cylindrical-coordinate representation of color #125026: hue angle of 139.35º 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 #125026 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB188038-
CMYK0.7800.520.69
HSL139.35º63.27%19.22%-
HSV(B)139.35º77.5%31.37%-
XYZ3.476.012.81-
YUV56.67117.46100.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=13.24%
G=58.82%
B=27.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880380.7800.520.69139.3563.2719.22
Hex1250264E034458b3f13
Octal22120461160641052137723
Binary1001010100001001101001110011010010001011000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125026; }

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

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

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

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

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

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

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

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