#126830

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

Shades of Crusoe #126830

Tints of Crusoe #126830

Color information

#126830 (or 0x126830) is unknown color: approx Crusoe. HEX triplet: 12, 68 and 30. RGB value is (18,104,48). Sum of RGB (Red+Green+Blue) = 18+104+48=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #126830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126830 is #ED97CF. Grayscale: #484848. Windows color (decimal): -15570896 or 3172370. OLE color: 3172370.

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

Color convert

RGB1810448-
CMYK0.8300.540.59
HSL140.93º70.49%23.92%-
HSV(B)140.93º82.69%40.78%-
XYZ5.7310.244.47-
YUV71.9114.5189.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=10.59%
G=61.18%
B=28.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104480.8300.540.59140.9370.4923.92
Hex126830530363B8d4618
Octal22150601230667321510630
Binary1001011010001100001010011011011011101110001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126830; }

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

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

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

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

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

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

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

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