#125829

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

Shades of Crusoe #125829

Tints of Crusoe #125829

Color information

#125829 (or 0x125829) is unknown color: approx Crusoe. HEX triplet: 12, 58 and 29. RGB value is (18,88,41). Sum of RGB (Red+Green+Blue) = 18+88+41=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #125829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125829 is #EDA7D6. Grayscale: #3D3D3D. Windows color (decimal): -15574999 or 2709522. OLE color: 2709522.

HSL color Cylindrical-coordinate representation of color #125829: hue angle of 139.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125829 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB188841-
CMYK0.8000.530.65
HSL139.71º66.04%20.78%-
HSV(B)139.71º79.55%34.51%-
XYZ4.147.273.28-
YUV61.71116.3196.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=12.24%
G=59.86%
B=27.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888410.8000.530.65139.7166.0420.78
Hex12582950035418c4215
Octal221305112006510121410225
Binary10010101100010100110100000110101100000110001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125829; }

 p { color: rgb(18,88,41); }

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

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

 a { background-color: rgb(18,88,41); }

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

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

 span { border-color: rgb(18,88,41); }

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