#074324

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

Shades of British Racing Green #074324

Tints of British Racing Green #074324

Color information

#074324 (or 0x074324) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 24. RGB value is (7,67,36). Sum of RGB (Red+Green+Blue) = 7+67+36=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #074324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074324 is #F8BCDB. Grayscale: #2D2D2D. Windows color (decimal): -16301276 or 2376455. OLE color: 2376455.

HSL color Cylindrical-coordinate representation of color #074324: hue angle of 149º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074324 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB76736-
CMYK0.9000.460.74
HSL149º81.08%14.51%-
HSV(B)149º89.55%26.27%-
XYZ2.414.192.35-
YUV45.53122.62100.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 67 (26.56% from 255) = 60.91%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=6.36%
G=60.91%
B=32.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767360.9000.460.7414981.0814.51
Hex743245A02E4A9551f
Octal71034413205611222512117
Binary11110000111001001011010010111010010101001010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074324; }

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

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

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

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

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

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

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

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