#126823

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

Shades of Crusoe #126823

Tints of Crusoe #126823

Color information

#126823 (or 0x126823) is unknown color: approx Crusoe. HEX triplet: 12, 68 and 23. RGB value is (18,104,35). Sum of RGB (Red+Green+Blue) = 18+104+35=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #126823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126823 is #ED97DC. Grayscale: #464646. Windows color (decimal): -15570909 or 2320402. OLE color: 2320402.

HSL color Cylindrical-coordinate representation of color #126823: hue angle of 131.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126823 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1810435-
CMYK0.8300.660.59
HSL131.86º70.49%23.92%-
HSV(B)131.86º82.69%40.78%-
XYZ5.510.153.26-
YUV70.42108.0190.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=11.46%
G=66.24%
B=22.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104350.8300.660.59131.8670.4923.92
Hex126823530423B844618
Octal221504312301027320410630
Binary10010110100010001110100110100001011101110000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126823; }

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

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

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

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

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

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

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

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