Html Css Color HEX #00540E British Racing Green

📋 copy color: '#00540E'

red 0 ◦ green 84 ◦ blue 14

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

Shades of British Racing Green #00540E

Tints of British Racing Green #00540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 0%
G = 85.71%
B = 14.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#00540E (or 0x00540E) is known color: British Racing Green. HEX triplet: 00, 54 and 0E. RGB value is (0,84,14). Sum of RGB (Red+Green+Blue) = 0+84+14=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 84 (33.20% from 255 or 85.71% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 84 - color contains mainly: green. Hex color #00540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00540E is #FFABF1. Grayscale: #333333. Windows color (decimal): -16755698 or 939008. OLE color: 939008.

HSL color Cylindrical-coordinate representation of color #00540E: hue angle of 130º 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 #00540E is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 14 -
CMYK 1 0 0.83 0.67
HSL 130º 1% 0.16% -
HSV(B) 130º 1% 0.33% -
XYZ 3.25 6.37 1.47 -
YUV 50.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 0 84 14 1 0 0.83 0.67 130 1 0.16
Hex 0 54 E 64 0 53 43 82 64 10
Octal 0 124 16 144 0 123 103 202 144 20
Binary 0 1010100 1110 1100100 0 1010011 1000011 10000010 1100100 10000

Color Harmonies of #00540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00540E

Black with #00540E

Text Example


Text Example

White with #00540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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