Html Css Color HEX #04511A British Racing Green

📋 copy color: '#04511A'

red 4 ◦ green 81 ◦ blue 26

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

Shades of British Racing Green #04511A

Tints of British Racing Green #04511A

RGB

 RED value IS 4 (1.95% from 255) = 3.6%

 GREEN value IS 81 (32.03% from 255) = 72.97%

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 3.6%
G = 72.97%
B = 23.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#04511A (or 0x04511A) is known color: British Racing Green. HEX triplet: 04, 51 and 1A. RGB value is (4,81,26). Sum of RGB (Red+Green+Blue) = 4+81+26=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #04511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04511A is #FBAEE5. Grayscale: #333333. Windows color (decimal): -16494310 or 1724676. OLE color: 1724676.

HSL color Cylindrical-coordinate representation of color #04511A: hue angle of 137.14º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04511A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 26 -
CMYK 0.95 0 0.68 0.68
HSL 137.14º 0.91% 0.17% -
HSV(B) 137.14º 0.95% 0.32% -
XYZ 3.18 5.99 1.97 -
YUV 51.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 4 81 26 0.95 0 0.68 0.68 137.14 0.91 0.17
Hex 4 51 1A 5F 0 44 44 89 5B 11
Octal 4 121 32 137 0 104 104 211 133 21
Binary 100 1010001 11010 1011111 0 1000100 1000100 10001001 1011011 10001

Color Harmonies of #04511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04511A

Black with #04511A

Text Example


Text Example

White with #04511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04511A; }

 p { color: rgb(4,81,26); }

 H1.HeaderClassName
 {
   color: #04511A;
 }
 .AnyTagClassName
 {
   color: #04511A;
 }
</style>

background-color css

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

 a { background-color: rgb(4,81,26); }

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

border-color css

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

 span { border-color: rgb(4,81,26); }

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