#054534

Color #054534 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #054534

Tints of British Racing Green #054534

Color information

#054534 (or 0x054534) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 34. RGB value is (5,69,52). Sum of RGB (Red+Green+Blue) = 5+69+52=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #054534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054534 is #FABACB. Grayscale: #2F2F2F. Windows color (decimal): -16431820 or 3425541. OLE color: 3425541.

HSL color Cylindrical-coordinate representation of color #054534: hue angle of 164.06º 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 #054534 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB56952-
CMYK0.9300.250.73
HSL164.06º86.49%14.51%-
HSV(B)164.06º92.75%27.06%-
XYZ2.814.543.98-
YUV47.93130.397.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=3.97%
G=54.76%
B=41.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569520.9300.250.73164.0686.4914.51
Hex545345D01949a456f
Octal51056413503111124412617
Binary1011000101110100101110101100110010011010010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054534; }

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

 H1.HeaderClassName
 {
   color: #054534;
 }
 .AnyTagClassName
 {
   color: #054534;
 }
</style>
background-color css

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

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

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

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

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

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