#126530

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

Shades of Crusoe #126530

Tints of Crusoe #126530

Color information

#126530 (or 0x126530) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 30. RGB value is (18,101,48). Sum of RGB (Red+Green+Blue) = 18+101+48=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #126530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126530 is #ED9ACF. Grayscale: #464646. Windows color (decimal): -15571664 or 3171602. OLE color: 3171602.

HSL color Cylindrical-coordinate representation of color #126530: hue angle of 141.69º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126530 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1810148-
CMYK0.8200.520.60
HSL141.69º69.75%23.33%-
HSV(B)141.69º82.18%39.61%-
XYZ5.449.654.37-
YUV70.14115.590.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=10.78%
G=60.48%
B=28.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101480.8200.520.60141.6969.7523.33
Hex126530520343C8e4617
Octal22145601220647421610627
Binary1001011001011100001010010011010011110010001110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126530; }

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

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

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

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

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

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

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

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