#055434

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

Shades of British Racing Green #055434

Tints of British Racing Green #055434

Color information

#055434 (or 0x055434) is unknown color: approx British Racing Green. HEX triplet: 05, 54 and 34. RGB value is (5,84,52). Sum of RGB (Red+Green+Blue) = 5+84+52=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #055434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055434 is #FAABCB. Grayscale: #383838. Windows color (decimal): -16427980 or 3429381. OLE color: 3429381.

HSL color Cylindrical-coordinate representation of color #055434: hue angle of 155.7º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055434 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB58452-
CMYK0.9400.380.67
HSL155.7º88.76%17.45%-
HSV(B)155.7º94.05%32.94%-
XYZ3.856.624.32-
YUV56.73125.3391.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=3.55%
G=59.57%
B=36.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584520.9400.380.67155.788.7617.45
Hex554345E026439c5911
Octal51246413604610323413121
Binary101101010011010010111100100110100001110011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055434; }

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

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

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

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

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

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

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

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