Html Css Color HEX #004611 British Racing Green

📋 copy color: '#004611'

red 0 ◦ green 70 ◦ blue 17

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

Shades of British Racing Green #004611

Tints of British Racing Green #004611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 80.46%

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

R = 0%
G = 80.46%
B = 19.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#004611 (or 0x004611) is known color: British Racing Green. HEX triplet: 00, 46 and 11. RGB value is (0,70,17). Sum of RGB (Red+Green+Blue) = 0+70+17=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #004611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004611 is #FFB9EE. Grayscale: #2B2B2B. Windows color (decimal): -16759279 or 1132032. OLE color: 1132032.

HSL color Cylindrical-coordinate representation of color #004611: hue angle of 134.57º 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 #004611 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 17 -
CMYK 1 0 0.76 0.73
HSL 134.57º 1% 0.14% -
HSV(B) 134.57º 1% 0.27% -
XYZ 2.29 4.42 1.26 -
YUV 43.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 0 70 17 1 0 0.76 0.73 134.57 1 0.14
Hex 0 46 11 64 0 4C 49 87 64 E
Octal 0 106 21 144 0 114 111 207 144 16
Binary 0 1000110 10001 1100100 0 1001100 1001001 10000111 1100100 1110

Color Harmonies of #004611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004611

Black with #004611

Text Example


Text Example

White with #004611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004611; }

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

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

background-color css

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

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

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

border-color css

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

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

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