Html Css Color HEX #00540D British Racing Green

📋 copy color: '#00540D'

red 0 ◦ green 84 ◦ blue 13

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

Shades of British Racing Green #00540D

Tints of British Racing Green #00540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 86.6%

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 0%
G = 86.6%
B = 13.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#00540D (or 0x00540D) is known color: British Racing Green. HEX triplet: 00, 54 and 0D. RGB value is (0,84,13). Sum of RGB (Red+Green+Blue) = 0+84+13=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 84 (33.20% from 255 or 86.60% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 84 - color contains mainly: green. Hex color #00540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00540D is #FFABF2. Grayscale: #323232. Windows color (decimal): -16755699 or 873472. OLE color: 873472.

HSL color Cylindrical-coordinate representation of color #00540D: hue angle of 129.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00540D is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 13 -
CMYK 1 0 0.85 0.67
HSL 129.29º 1% 0.16% -
HSV(B) 129.29º 1% 0.33% -
XYZ 3.24 6.37 1.44 -
YUV 50.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 0 84 13 1 0 0.85 0.67 129.29 1 0.16
Hex 0 54 D 64 0 55 43 81 64 10
Octal 0 124 15 144 0 125 103 201 144 20
Binary 0 1010100 1101 1100100 0 1010101 1000011 10000001 1100100 10000

Color Harmonies of #00540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00540D

Black with #00540D

Text Example


Text Example

White with #00540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00540D; }

 p { color: rgb(0,84,13); }

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

background-color css

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

 a { background-color: rgb(0,84,13); }

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

border-color css

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

 span { border-color: rgb(0,84,13); }

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