Html Css Color HEX #11362D Racing Green

📋 copy color: '#11362D'

red 17 ◦ green 54 ◦ blue 45

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

Shades of Racing Green #11362D

Tints of Racing Green #11362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.55%

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 14.66%
G = 46.55%
B = 38.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#11362D (or 0x11362D) is known color: Racing Green. HEX triplet: 11, 36 and 2D. RGB value is (17,54,45). Sum of RGB (Red+Green+Blue) = 17+54+45=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #11362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11362D is #EEC9D2. Grayscale: #292929. Windows color (decimal): -15649235 or 2962961. OLE color: 2962961.

HSL color Cylindrical-coordinate representation of color #11362D: hue angle of 165.41º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11362D is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 45 -
CMYK 0.69 0 0.17 0.79
HSL 165.41º 0.52% 0.14% -
HSV(B) 165.41º 0.69% 0.21% -
XYZ 2.02 2.95 2.94 -
YUV 41.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 17 54 45 0.69 0 0.17 0.79 165.41 0.52 0.14
Hex 11 36 2D 45 0 11 4F A5 34 E
Octal 21 66 55 105 0 21 117 245 64 16
Binary 10001 110110 101101 1000101 0 10001 1001111 10100101 110100 1110

Color Harmonies of #11362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11362D

Black with #11362D

Text Example


Text Example

White with #11362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,54,45); }

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

background-color css

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

 a { background-color: rgb(17,54,45); }

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

border-color css

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

 span { border-color: rgb(17,54,45); }

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