Html Css Color HEX #004013 British Racing Green

📋 copy color: '#004013'

red 0 ◦ green 64 ◦ blue 19

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

Shades of British Racing Green #004013

Tints of British Racing Green #004013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 77.11%

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

R = 0%
G = 77.11%
B = 22.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#004013 (or 0x004013) is known color: British Racing Green. HEX triplet: 00, 40 and 13. RGB value is (0,64,19). Sum of RGB (Red+Green+Blue) = 0+64+19=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #004013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004013 is #FFBFEC. Grayscale: #272727. Windows color (decimal): -16760813 or 1261568. OLE color: 1261568.

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

Color convert

RGB 0 64 19 -
CMYK 1 0 0.70 0.75
HSL 137.81º 1% 0.13% -
HSV(B) 137.81º 1% 0.25% -
XYZ 1.95 3.71 1.23 -
YUV 39.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 0 64 19 1 0 0.70 0.75 137.81 1 0.13
Hex 0 40 13 64 0 46 4B 8A 64 D
Octal 0 100 23 144 0 106 113 212 144 15
Binary 0 1000000 10011 1100100 0 1000110 1001011 10001010 1100100 1101

Color Harmonies of #004013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004013

Black with #004013

Text Example


Text Example

White with #004013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004013; }

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

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

background-color css

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

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

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

border-color css

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

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

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