Html Css Color HEX #004113 British Racing Green

📋 copy color: '#004113'

red 0 ◦ green 65 ◦ blue 19

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

Shades of British Racing Green #004113

Tints of British Racing Green #004113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 0%
G = 77.38%
B = 22.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#004113 (or 0x004113) is known color: British Racing Green. HEX triplet: 00, 41 and 13. RGB value is (0,65,19). Sum of RGB (Red+Green+Blue) = 0+65+19=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #004113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004113 is #FFBEEC. Grayscale: #282828. Windows color (decimal): -16760557 or 1261824. OLE color: 1261824.

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

Color convert

RGB 0 65 19 -
CMYK 1 0 0.71 0.75
HSL 137.54º 1% 0.13% -
HSV(B) 137.54º 1% 0.25% -
XYZ 2.01 3.83 1.25 -
YUV 40.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 0 65 19 1 0 0.71 0.75 137.54 1 0.13
Hex 0 41 13 64 0 47 4B 8A 64 D
Octal 0 101 23 144 0 107 113 212 144 15
Binary 0 1000001 10011 1100100 0 1000111 1001011 10001010 1100100 1101

Color Harmonies of #004113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004113

Black with #004113

Text Example


Text Example

White with #004113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004113; }

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

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

background-color css

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

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

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

border-color css

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

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

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