#055023

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

Shades of British Racing Green #055023

Tints of British Racing Green #055023

Color information

#055023 (or 0x055023) is unknown color: approx British Racing Green. HEX triplet: 05, 50 and 23. RGB value is (5,80,35). Sum of RGB (Red+Green+Blue) = 5+80+35=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #055023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055023 is #FAAFDC. Grayscale: #343434. Windows color (decimal): -16429021 or 2314245. OLE color: 2314245.

HSL color Cylindrical-coordinate representation of color #055023: hue angle of 144º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055023 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB58035-
CMYK0.9400.560.69
HSL144º88.24%16.67%-
HSV(B)144º93.75%31.37%-
XYZ3.235.892.56-
YUV52.44118.1594.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=4.17%
G=66.67%
B=29.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580350.9400.560.6914488.2416.67
Hex550235E03845905811
Octal51204313607010522013021
Binary101101000010001110111100111000100010110010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055023; }

 p { color: rgb(5,80,35); }

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

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

 a { background-color: rgb(5,80,35); }

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

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

 span { border-color: rgb(5,80,35); }

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