Html Css Color HEX #053A19 British Racing Green

📋 copy color: '#053A19'

red 5 ◦ green 58 ◦ blue 25

#053A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #053A19

Tints of British Racing Green #053A19

RGB

 RED value IS 5 (2.34% from 255) = 5.68%

 GREEN value IS 58 (23.05% from 255) = 65.91%

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 5.68%
G = 65.91%
B = 28.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#053A19 (or 0x053A19) is known color: British Racing Green. HEX triplet: 05, 3A and 19. RGB value is (5,58,25). Sum of RGB (Red+Green+Blue) = 5+58+25=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #053A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A19 is #FAC5E6. Grayscale: #262626. Windows color (decimal): -16434663 or 1653253. OLE color: 1653253.

HSL color Cylindrical-coordinate representation of color #053A19: hue angle of 142.64º 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 #053A19 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 25 -
CMYK 0.91 0 0.57 0.77
HSL 142.64º 0.84% 0.12% -
HSV(B) 142.64º 0.91% 0.23% -
XYZ 1.75 3.13 1.43 -
YUV 38.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 5 58 25 0.91 0 0.57 0.77 142.64 0.84 0.12
Hex 5 3A 19 5B 0 39 4D 8F 54 C
Octal 5 72 31 133 0 71 115 217 124 14
Binary 101 111010 11001 1011011 0 111001 1001101 10001111 1010100 1100

Color Harmonies of #053A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A19

Black with #053A19

Text Example


Text Example

White with #053A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053A19;
 }
 .AnyTagClassName
 {
   color: #053A19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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