#053A23

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

Shades of British Racing Green #053A23

Tints of British Racing Green #053A23

Color information

#053A23 (or 0x053A23) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 23. RGB value is (5,58,35). Sum of RGB (Red+Green+Blue) = 5+58+35=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #053A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A23 is #FAC5DC. Grayscale: #272727. Windows color (decimal): -16434653 or 2308613. OLE color: 2308613.

HSL color Cylindrical-coordinate representation of color #053A23: hue angle of 153.96º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A23 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB55835-
CMYK0.9100.400.77
HSL153.96º84.13%12.35%-
HSV(B)153.96º91.38%22.75%-
XYZ1.883.182.1-
YUV39.53125.44103.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 58 (23.05% from 255) = 59.18%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=5.10%
G=59.18%
B=35.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558350.9100.400.77153.9684.1312.35
Hex53A235B0284D9a54c
Octal5724313305011523212414
Binary1011110101000111011011010100010011011001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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