Html Css Color HEX #004511 British Racing Green

📋 copy color: '#004511'

red 0 ◦ green 69 ◦ blue 17

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

Shades of British Racing Green #004511

Tints of British Racing Green #004511

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 69 (27.34% from 255) = 80.23%

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 0%
G = 80.23%
B = 19.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#004511 (or 0x004511) is known color: British Racing Green. HEX triplet: 00, 45 and 11. RGB value is (0,69,17). Sum of RGB (Red+Green+Blue) = 0+69+17=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #004511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004511 is #FFBAEE. Grayscale: #2A2A2A. Windows color (decimal): -16759535 or 1131776. OLE color: 1131776.

HSL color Cylindrical-coordinate representation of color #004511: hue angle of 134.78º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004511 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 69 17 -
CMYK 1 0 0.75 0.73
HSL 134.78º 1% 0.14% -
HSV(B) 134.78º 1% 0.27% -
XYZ 2.23 4.3 1.24 -
YUV 42.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 0 69 17 1 0 0.75 0.73 134.78 1 0.14
Hex 0 45 11 64 0 4B 49 87 64 E
Octal 0 105 21 144 0 113 111 207 144 16
Binary 0 1000101 10001 1100100 0 1001011 1001001 10000111 1100100 1110

Color Harmonies of #004511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004511

Black with #004511

Text Example


Text Example

White with #004511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004511; }

 p { color: rgb(0,69,17); }

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

background-color css

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

 a { background-color: rgb(0,69,17); }

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

border-color css

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

 span { border-color: rgb(0,69,17); }

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