#126826

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

Shades of Crusoe #126826

Tints of Crusoe #126826

Color information

#126826 (or 0x126826) is unknown color: approx Crusoe. HEX triplet: 12, 68 and 26. RGB value is (18,104,38). Sum of RGB (Red+Green+Blue) = 18+104+38=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #126826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126826 is #ED97D9. Grayscale: #464646. Windows color (decimal): -15570906 or 2517010. OLE color: 2517010.

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

Color convert

RGB1810438-
CMYK0.8300.630.59
HSL133.95º70.49%23.92%-
HSV(B)133.95º82.69%40.78%-
XYZ5.5510.173.5-
YUV70.76109.5190.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 104 (41.02% from 255) = 65%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=11.25%
G=65%
B=23.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104380.8300.630.59133.9570.4923.92
Hex1268265303F3B864618
Octal22150461230777320610630
Binary1001011010001001101010011011111111101110000110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126826; }

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

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

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

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

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

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

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

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