Html Css Color HEX #04491A British Racing Green

📋 copy color: '#04491A'

red 4 ◦ green 73 ◦ blue 26

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

Shades of British Racing Green #04491A

Tints of British Racing Green #04491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.87%

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

R = 3.88%
G = 70.87%
B = 25.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#04491A (or 0x04491A) is known color: British Racing Green. HEX triplet: 04, 49 and 1A. RGB value is (4,73,26). Sum of RGB (Red+Green+Blue) = 4+73+26=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #04491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04491A is #FBB6E5. Grayscale: #2F2F2F. Windows color (decimal): -16496358 or 1722628. OLE color: 1722628.

HSL color Cylindrical-coordinate representation of color #04491A: hue angle of 139.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04491A is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 26 -
CMYK 0.95 0 0.64 0.71
HSL 139.13º 0.9% 0.15% -
HSV(B) 139.13º 0.95% 0.29% -
XYZ 2.62 4.87 1.78 -
YUV 47.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 4 73 26 0.95 0 0.64 0.71 139.13 0.9 0.15
Hex 4 49 1A 5F 0 40 47 8B 5A F
Octal 4 111 32 137 0 100 107 213 132 17
Binary 100 1001001 11010 1011111 0 1000000 1000111 10001011 1011010 1111

Color Harmonies of #04491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04491A

Black with #04491A

Text Example


Text Example

White with #04491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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