#11671B

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

Shades of Crusoe #11671B

Tints of Crusoe #11671B

Color information

#11671B (or 0x11671B) is unknown color: approx Crusoe. HEX triplet: 11, 67 and 1B. RGB value is (17,103,27). Sum of RGB (Red+Green+Blue) = 17+103+27=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #11671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11671B is #EE98E4. Grayscale: #444444. Windows color (decimal): -15636709 or 1795857. OLE color: 1795857.

HSL color Cylindrical-coordinate representation of color #11671B: hue angle of 126.98º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11671B is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1710327-
CMYK0.8300.740.60
HSL126.98º71.67%23.53%-
HSV(B)126.98º83.5%40.39%-
XYZ5.289.92.67-
YUV68.62104.5191.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 103 (40.62% from 255) = 70.07%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=11.56%
G=70.07%
B=18.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17103270.8300.740.60126.9871.6723.53
Hex11671B5304A3C7f4818
Octal211473312301127417711030
Binary100011100111110111010011010010101111001111111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11671B; }

 p { color: rgb(17,103,27); }

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

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

 a { background-color: rgb(17,103,27); }

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

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

 span { border-color: rgb(17,103,27); }

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