Html Css Color HEX #005431 British Racing Green

📋 copy color: '#005431'

red 0 ◦ green 84 ◦ blue 49

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

Shades of British Racing Green #005431

Tints of British Racing Green #005431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 0%
G = 63.16%
B = 36.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#005431 (or 0x005431) is known color: British Racing Green. HEX triplet: 00, 54 and 31. RGB value is (0,84,49). Sum of RGB (Red+Green+Blue) = 0+84+49=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #005431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005431 is #FFABCE. Grayscale: #363636. Windows color (decimal): -16755663 or 3232768. OLE color: 3232768.

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

Color convert

RGB 0 84 49 -
CMYK 1 0 0.42 0.67
HSL 155º 1% 0.16% -
HSV(B) 155º 1% 0.33% -
XYZ 3.72 6.56 3.98 -
YUV 54.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 0 84 49 1 0 0.42 0.67 155 1 0.16
Hex 0 54 31 64 0 2A 43 9B 64 10
Octal 0 124 61 144 0 52 103 233 144 20
Binary 0 1010100 110001 1100100 0 101010 1000011 10011011 1100100 10000

Color Harmonies of #005431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005431

Black with #005431

Text Example


Text Example

White with #005431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005431; }

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

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

background-color css

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

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

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

border-color css

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

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

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