#125526

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

Shades of Crusoe #125526

Tints of Crusoe #125526

Color information

#125526 (or 0x125526) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 26. RGB value is (18,85,38). Sum of RGB (Red+Green+Blue) = 18+85+38=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #125526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125526 is #EDAAD9. Grayscale: #3B3B3B. Windows color (decimal): -15575770 or 2512146. OLE color: 2512146.

HSL color Cylindrical-coordinate representation of color #125526: hue angle of 137.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125526 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB188538-
CMYK0.7900.550.67
HSL137.91º65.05%20.2%-
HSV(B)137.91º78.82%33.33%-
XYZ3.856.772.94-
YUV59.61115.898.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=12.77%
G=60.28%
B=26.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885380.7900.550.67137.9165.0520.2
Hex1255264F037438a4114
Octal221254611706710321210124
Binary10010101010110011010011110110111100001110001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125526; }

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

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

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

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

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

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

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

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