Html Css Color HEX #11621D Crusoe

📋 copy color: '#11621D'

red 17 ◦ green 98 ◦ blue 29

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

Shades of Crusoe #11621D

Tints of Crusoe #11621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 68.06%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 11.81%
G = 68.06%
B = 20.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#11621D (or 0x11621D) is known color: Crusoe. HEX triplet: 11, 62 and 1D. RGB value is (17,98,29). Sum of RGB (Red+Green+Blue) = 17+98+29=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #11621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11621D is #EE9DE2. Grayscale: #424242. Windows color (decimal): -15637987 or 1925649. OLE color: 1925649.

HSL color Cylindrical-coordinate representation of color #11621D: hue angle of 128.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11621D is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 29 -
CMYK 0.83 0 0.70 0.62
HSL 128.89º 0.7% 0.23% -
HSV(B) 128.89º 0.83% 0.38% -
XYZ 4.82 8.94 2.63 -
YUV 65.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 17 98 29 0.83 0 0.70 0.62 128.89 0.7 0.23
Hex 11 62 1D 53 0 46 3E 81 46 17
Octal 21 142 35 123 0 106 76 201 106 27
Binary 10001 1100010 11101 1010011 0 1000110 111110 10000001 1000110 10111

Color Harmonies of #11621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11621D

Black with #11621D

Text Example


Text Example

White with #11621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11621D; }

 p { color: rgb(17,98,29); }

 H1.HeaderClassName
 {
   color: #11621D;
 }
 .AnyTagClassName
 {
   color: #11621D;
 }
</style>

background-color css

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

 a { background-color: rgb(17,98,29); }

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

border-color css

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

 span { border-color: rgb(17,98,29); }

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