#126930

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

Shades of Crusoe #126930

Tints of Crusoe #126930

Color information

#126930 (or 0x126930) is unknown color: approx Crusoe. HEX triplet: 12, 69 and 30. RGB value is (18,105,48). Sum of RGB (Red+Green+Blue) = 18+105+48=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #126930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126930 is #ED96CF. Grayscale: #484848. Windows color (decimal): -15570640 or 3172626. OLE color: 3172626.

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

Color convert

RGB1810548-
CMYK0.8300.540.59
HSL140.69º70.73%24.12%-
HSV(B)140.69º82.86%41.18%-
XYZ5.8310.454.5-
YUV72.49114.1889.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=10.53%
G=61.40%
B=28.07%

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
Decimal18105480.8300.540.59140.6970.7324.12
Hex126930530363B8d4718
Octal22151601230667321510730
Binary1001011010011100001010011011011011101110001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126930; }

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

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

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

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

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

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

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

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