Html Css Color HEX #074924 British Racing Green

📋 copy color: '#074924'

red 7 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #074924

Tints of British Racing Green #074924

RGB

 RED value IS 7 (3.13% from 255) = 6.03%

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

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 6.03%
G = 62.93%
B = 31.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#074924 (or 0x074924) is known color: British Racing Green. HEX triplet: 07, 49 and 24. RGB value is (7,73,36). Sum of RGB (Red+Green+Blue) = 7+73+36=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #074924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074924 is #F8B6DB. Grayscale: #313131. Windows color (decimal): -16299740 or 2377991. OLE color: 2377991.

HSL color Cylindrical-coordinate representation of color #074924: hue angle of 146.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074924 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 36 -
CMYK 0.90 0 0.51 0.71
HSL 146.36º 0.83% 0.16% -
HSV(B) 146.36º 0.9% 0.29% -
XYZ 2.79 4.94 2.48 -
YUV 49.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 7 73 36 0.90 0 0.51 0.71 146.36 0.83 0.16
Hex 7 49 24 5A 0 33 47 92 52 10
Octal 7 111 44 132 0 63 107 222 122 20
Binary 111 1001001 100100 1011010 0 110011 1000111 10010010 1010010 10000

Color Harmonies of #074924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074924

Black with #074924

Text Example


Text Example

White with #074924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074924; }

 p { color: rgb(7,73,36); }

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

background-color css

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

 a { background-color: rgb(7,73,36); }

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

border-color css

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

 span { border-color: rgb(7,73,36); }

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