Html Css Color HEX #04501D British Racing Green

📋 copy color: '#04501D'

red 4 ◦ green 80 ◦ blue 29

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

Shades of British Racing Green #04501D

Tints of British Racing Green #04501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 70.8%

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

R = 3.54%
G = 70.8%
B = 25.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#04501D (or 0x04501D) is known color: British Racing Green. HEX triplet: 04, 50 and 1D. RGB value is (4,80,29). Sum of RGB (Red+Green+Blue) = 4+80+29=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #04501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501D is #FBAFE2. Grayscale: #333333. Windows color (decimal): -16494563 or 1921028. OLE color: 1921028.

HSL color Cylindrical-coordinate representation of color #04501D: hue angle of 139.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04501D is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 29 -
CMYK 0.95 0 0.64 0.69
HSL 139.74º 0.9% 0.16% -
HSV(B) 139.74º 0.95% 0.31% -
XYZ 3.14 5.85 2.13 -
YUV 51.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 4 80 29 0.95 0 0.64 0.69 139.74 0.9 0.16
Hex 4 50 1D 5F 0 40 45 8C 5A 10
Octal 4 120 35 137 0 100 105 214 132 20
Binary 100 1010000 11101 1011111 0 1000000 1000101 10001100 1011010 10000

Color Harmonies of #04501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04501D

Black with #04501D

Text Example


Text Example

White with #04501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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