Html Css Color HEX #04492E British Racing Green

📋 copy color: '#04492E'

red 4 ◦ green 73 ◦ blue 46

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

Shades of British Racing Green #04492E

Tints of British Racing Green #04492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 37.4%

R = 3.25%
G = 59.35%
B = 37.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#04492E (or 0x04492E) is known color: British Racing Green. HEX triplet: 04, 49 and 2E. RGB value is (4,73,46). Sum of RGB (Red+Green+Blue) = 4+73+46=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #04492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04492E is #FBB6D1. Grayscale: #313131. Windows color (decimal): -16496338 or 3033348. OLE color: 3033348.

HSL color Cylindrical-coordinate representation of color #04492E: hue angle of 156.52º 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 #04492E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 46 -
CMYK 0.95 0 0.37 0.71
HSL 156.52º 0.9% 0.15% -
HSV(B) 156.52º 0.95% 0.29% -
XYZ 2.93 4.99 3.39 -
YUV 49.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 4 73 46 0.95 0 0.37 0.71 156.52 0.9 0.15
Hex 4 49 2E 5F 0 25 47 9D 5A F
Octal 4 111 56 137 0 45 107 235 132 17
Binary 100 1001001 101110 1011111 0 100101 1000111 10011101 1011010 1111

Color Harmonies of #04492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04492E

Black with #04492E

Text Example


Text Example

White with #04492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04492E; }

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

 H1.HeaderClassName
 {
   color: #04492E;
 }
 .AnyTagClassName
 {
   color: #04492E;
 }
</style>

background-color css

<style>
 a { background-color: #04492E; }

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

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

border-color css

<style>
 span { border-color: #04492E; }

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

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