Html Css Color HEX #11631B Crusoe

📋 copy color: '#11631B'

red 17 ◦ green 99 ◦ blue 27

#11631B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #11631B

Tints of Crusoe #11631B

RGB

 RED value IS 17 (7.03% from 255) = 11.89%

 GREEN value IS 99 (39.06% from 255) = 69.23%

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 11.89%
G = 69.23%
B = 18.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#11631B (or 0x11631B) is known color: Crusoe. HEX triplet: 11, 63 and 1B. RGB value is (17,99,27). Sum of RGB (Red+Green+Blue) = 17+99+27=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #11631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11631B is #EE9CE4. Grayscale: #424242. Windows color (decimal): -15637733 or 1794833. OLE color: 1794833.

HSL color Cylindrical-coordinate representation of color #11631B: hue angle of 127.32º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11631B is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 27 -
CMYK 0.83 0 0.73 0.61
HSL 127.32º 0.71% 0.23% -
HSV(B) 127.32º 0.83% 0.39% -
XYZ 4.89 9.12 2.54 -
YUV 66.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 17 99 27 0.83 0 0.73 0.61 127.32 0.71 0.23
Hex 11 63 1B 53 0 49 3D 7F 47 17
Octal 21 143 33 123 0 111 75 177 107 27
Binary 10001 1100011 11011 1010011 0 1001001 111101 1111111 1000111 10111

Color Harmonies of #11631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11631B

Black with #11631B

Text Example


Text Example

White with #11631B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11631B;
 }
 .AnyTagClassName
 {
   color: #11631B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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