Html Css Color HEX #11631F Crusoe

📋 copy color: '#11631F'

red 17 ◦ green 99 ◦ blue 31

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

Shades of Crusoe #11631F

Tints of Crusoe #11631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 11.56%
G = 67.35%
B = 21.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#11631F (or 0x11631F) is known color: Crusoe. HEX triplet: 11, 63 and 1F. RGB value is (17,99,31). Sum of RGB (Red+Green+Blue) = 17+99+31=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #11631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11631F is #EE9CE0. Grayscale: #424242. Windows color (decimal): -15637729 or 2056977. OLE color: 2056977.

HSL color Cylindrical-coordinate representation of color #11631F: hue angle of 130.24º 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 #11631F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 31 -
CMYK 0.83 0 0.69 0.61
HSL 130.24º 0.71% 0.23% -
HSV(B) 130.24º 0.83% 0.39% -
XYZ 4.94 9.14 2.8 -
YUV 66.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 17 99 31 0.83 0 0.69 0.61 130.24 0.71 0.23
Hex 11 63 1F 53 0 45 3D 82 47 17
Octal 21 143 37 123 0 105 75 202 107 27
Binary 10001 1100011 11111 1010011 0 1000101 111101 10000010 1000111 10111

Color Harmonies of #11631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11631F

Black with #11631F

Text Example


Text Example

White with #11631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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