Html Css Color HEX #04481A British Racing Green

📋 copy color: '#04481A'

red 4 ◦ green 72 ◦ blue 26

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

Shades of British Racing Green #04481A

Tints of British Racing Green #04481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

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

R = 3.92%
G = 70.59%
B = 25.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#04481A (or 0x04481A) is known color: British Racing Green. HEX triplet: 04, 48 and 1A. RGB value is (4,72,26). Sum of RGB (Red+Green+Blue) = 4+72+26=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #04481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481A is #FBB7E5. Grayscale: #2E2E2E. Windows color (decimal): -16496614 or 1722372. OLE color: 1722372.

HSL color Cylindrical-coordinate representation of color #04481A: hue angle of 139.41º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04481A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 26 -
CMYK 0.94 0 0.64 0.72
HSL 139.41º 0.89% 0.15% -
HSV(B) 139.41º 0.94% 0.28% -
XYZ 2.55 4.74 1.76 -
YUV 46.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 4 72 26 0.94 0 0.64 0.72 139.41 0.89 0.15
Hex 4 48 1A 5E 0 40 48 8B 59 F
Octal 4 110 32 136 0 100 110 213 131 17
Binary 100 1001000 11010 1011110 0 1000000 1001000 10001011 1011001 1111

Color Harmonies of #04481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481A

Black with #04481A

Text Example


Text Example

White with #04481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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