Html Css Color HEX #04501A British Racing Green

📋 copy color: '#04501A'

red 4 ◦ green 80 ◦ blue 26

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

Shades of British Racing Green #04501A

Tints of British Racing Green #04501A

RGB

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

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

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

R = 3.64%
G = 72.73%
B = 23.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#04501A (or 0x04501A) is known color: British Racing Green. HEX triplet: 04, 50 and 1A. RGB value is (4,80,26). Sum of RGB (Red+Green+Blue) = 4+80+26=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #04501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501A is #FBAFE5. Grayscale: #333333. Windows color (decimal): -16494566 or 1724420. OLE color: 1724420.

HSL color Cylindrical-coordinate representation of color #04501A: hue angle of 137.37º 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 #04501A is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 26 -
CMYK 0.95 0 0.67 0.69
HSL 137.37º 0.9% 0.16% -
HSV(B) 137.37º 0.95% 0.31% -
XYZ 3.11 5.84 1.94 -
YUV 51.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 4 80 26 0.95 0 0.67 0.69 137.37 0.9 0.16
Hex 4 50 1A 5F 0 43 45 89 5A 10
Octal 4 120 32 137 0 103 105 211 132 20
Binary 100 1010000 11010 1011111 0 1000011 1000101 10001001 1011010 10000

Color Harmonies of #04501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04501A

Black with #04501A

Text Example


Text Example

White with #04501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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