#074824

Color #074824 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074824

Tints of British Racing Green #074824

Color information

#074824 (or 0x074824) is unknown color: approx British Racing Green. HEX triplet: 07, 48 and 24. RGB value is (7,72,36). Sum of RGB (Red+Green+Blue) = 7+72+36=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #074824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074824 is #F8B7DB. Grayscale: #303030. Windows color (decimal): -16299996 or 2377735. OLE color: 2377735.

HSL color Cylindrical-coordinate representation of color #074824: hue angle of 146.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074824 is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB77236-
CMYK0.9000.50.72
HSL146.77º82.28%15.49%-
HSV(B)146.77º90.28%28.24%-
XYZ2.724.812.45-
YUV48.46120.9798.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=6.09%
G=62.61%
B=31.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772360.9000.50.72146.7782.2815.49
Hex748245A032489352f
Octal71104413206211022312217
Binary11110010001001001011010011001010010001001001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074824; }

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

 H1.HeaderClassName
 {
   color: #074824;
 }
 .AnyTagClassName
 {
   color: #074824;
 }
</style>
background-color css

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

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

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

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

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

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