Html Css Color HEX #005434 British Racing Green

📋 copy color: '#005434'

red 0 ◦ green 84 ◦ blue 52

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

Shades of British Racing Green #005434

Tints of British Racing Green #005434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 0%
G = 61.76%
B = 38.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#005434 (or 0x005434) is known color: British Racing Green. HEX triplet: 00, 54 and 34. RGB value is (0,84,52). Sum of RGB (Red+Green+Blue) = 0+84+52=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #005434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005434 is #FFABCB. Grayscale: #373737. Windows color (decimal): -16755660 or 3429376. OLE color: 3429376.

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

Color convert

RGB 0 84 52 -
CMYK 1 0 0.38 0.67
HSL 157.14º 1% 0.16% -
HSV(B) 157.14º 1% 0.33% -
XYZ 3.79 6.59 4.32 -
YUV 55.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 0 84 52 1 0 0.38 0.67 157.14 1 0.16
Hex 0 54 34 64 0 26 43 9D 64 10
Octal 0 124 64 144 0 46 103 235 144 20
Binary 0 1010100 110100 1100100 0 100110 1000011 10011101 1100100 10000

Color Harmonies of #005434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005434

Black with #005434

Text Example


Text Example

White with #005434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005434; }

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

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

background-color css

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

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

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

border-color css

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

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

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