Html Css Color HEX #054530 British Racing Green

📋 copy color: '#054530'

red 5 ◦ green 69 ◦ blue 48

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

Shades of British Racing Green #054530

Tints of British Racing Green #054530

RGB

 RED value IS 5 (2.34% from 255) = 4.1%

 GREEN value IS 69 (27.34% from 255) = 56.56%

 BLUE value IS 48 (19.14% from 255) = 39.34%

R = 4.1%
G = 56.56%
B = 39.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#054530 (or 0x054530) is known color: British Racing Green. HEX triplet: 05, 45 and 30. RGB value is (5,69,48). Sum of RGB (Red+Green+Blue) = 5+69+48=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #054530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054530 is #FABACF. Grayscale: #2F2F2F. Windows color (decimal): -16431824 or 3163397. OLE color: 3163397.

HSL color Cylindrical-coordinate representation of color #054530: hue angle of 160.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054530 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 48 -
CMYK 0.93 0 0.30 0.73
HSL 160.31º 0.86% 0.15% -
HSV(B) 160.31º 0.93% 0.27% -
XYZ 2.72 4.5 3.52 -
YUV 47.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 5 69 48 0.93 0 0.30 0.73 160.31 0.86 0.15
Hex 5 45 30 5D 0 1E 49 A0 56 F
Octal 5 105 60 135 0 36 111 240 126 17
Binary 101 1000101 110000 1011101 0 11110 1001001 10100000 1010110 1111

Color Harmonies of #054530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054530

Black with #054530

Text Example


Text Example

White with #054530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054530; }

 p { color: rgb(5,69,48); }

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

background-color css

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

 a { background-color: rgb(5,69,48); }

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

border-color css

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

 span { border-color: rgb(5,69,48); }

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