#053D23

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

Shades of British Racing Green #053D23

Tints of British Racing Green #053D23

Color information

#053D23 (or 0x053D23) is unknown color: approx British Racing Green. HEX triplet: 05, 3D and 23. RGB value is (5,61,35). Sum of RGB (Red+Green+Blue) = 5+61+35=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #053D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D23 is #FAC2DC. Grayscale: #292929. Windows color (decimal): -16433885 or 2309381. OLE color: 2309381.

HSL color Cylindrical-coordinate representation of color #053D23: hue angle of 152.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D23 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB56135-
CMYK0.9200.430.76
HSL152.14º84.85%12.94%-
HSV(B)152.14º91.8%23.92%-
XYZ2.033.492.16-
YUV41.29124.45102.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 61 (24.22% from 255) = 60.40%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=4.95%
G=60.40%
B=34.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561350.9200.430.76152.1484.8512.94
Hex53D235C02B4C9855d
Octal5754313405311423012515
Binary1011111011000111011100010101110011001001100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053D23; }

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

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

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

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

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

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

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

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