Html Css Color HEX #04511D British Racing Green

📋 copy color: '#04511D'

red 4 ◦ green 81 ◦ blue 29

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

Shades of British Racing Green #04511D

Tints of British Racing Green #04511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 3.51%
G = 71.05%
B = 25.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#04511D (or 0x04511D) is known color: British Racing Green. HEX triplet: 04, 51 and 1D. RGB value is (4,81,29). Sum of RGB (Red+Green+Blue) = 4+81+29=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 81 (32.03% from 255 or 71.05% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 81 - color contains mainly: green. Hex color #04511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04511D is #FBAEE2. Grayscale: #343434. Windows color (decimal): -16494307 or 1921284. OLE color: 1921284.

HSL color Cylindrical-coordinate representation of color #04511D: hue angle of 139.48º 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 #04511D is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 29 -
CMYK 0.95 0 0.64 0.68
HSL 139.48º 0.91% 0.17% -
HSV(B) 139.48º 0.95% 0.32% -
XYZ 3.21 6 2.15 -
YUV 52.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 4 81 29 0.95 0 0.64 0.68 139.48 0.91 0.17
Hex 4 51 1D 5F 0 40 44 8B 5B 11
Octal 4 121 35 137 0 100 104 213 133 21
Binary 100 1010001 11101 1011111 0 1000000 1000100 10001011 1011011 10001

Color Harmonies of #04511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04511D

Black with #04511D

Text Example


Text Example

White with #04511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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