#125523

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

Shades of Crusoe #125523

Tints of Crusoe #125523

Color information

#125523 (or 0x125523) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 23. RGB value is (18,85,35). Sum of RGB (Red+Green+Blue) = 18+85+35=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #125523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125523 is #EDAADC. Grayscale: #3B3B3B. Windows color (decimal): -15575773 or 2315538. OLE color: 2315538.

HSL color Cylindrical-coordinate representation of color #125523: hue angle of 135.22º 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 #125523 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB188535-
CMYK0.7900.590.67
HSL135.22º65.05%20.2%-
HSV(B)135.22º78.82%33.33%-
XYZ3.86.752.69-
YUV59.27114.398.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=13.04%
G=61.59%
B=25.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885350.7900.590.67135.2265.0520.2
Hex1255234F03B43874114
Octal221254311707310320710124
Binary10010101010110001110011110111011100001110000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125523; }

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

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

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

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

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

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

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

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