Html Css Color HEX #004116 British Racing Green

📋 copy color: '#004116'

red 0 ◦ green 65 ◦ blue 22

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

Shades of British Racing Green #004116

Tints of British Racing Green #004116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 74.71%

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 0%
G = 74.71%
B = 25.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#004116 (or 0x004116) is known color: British Racing Green. HEX triplet: 00, 41 and 16. RGB value is (0,65,22). Sum of RGB (Red+Green+Blue) = 0+65+22=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #004116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004116 is #FFBEE9. Grayscale: #282828. Windows color (decimal): -16760554 or 1458432. OLE color: 1458432.

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

Color convert

RGB 0 65 22 -
CMYK 1 0 0.66 0.75
HSL 140.31º 1% 0.13% -
HSV(B) 140.31º 1% 0.25% -
XYZ 2.04 3.84 1.39 -
YUV 40.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 0 65 22 1 0 0.66 0.75 140.31 1 0.13
Hex 0 41 16 64 0 42 4B 8C 64 D
Octal 0 101 26 144 0 102 113 214 144 15
Binary 0 1000001 10110 1100100 0 1000010 1001011 10001100 1100100 1101

Color Harmonies of #004116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004116

Black with #004116

Text Example


Text Example

White with #004116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004116; }

 p { color: rgb(0,65,22); }

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

background-color css

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

 a { background-color: rgb(0,65,22); }

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

border-color css

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

 span { border-color: rgb(0,65,22); }

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