#074327

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

Shades of British Racing Green #074327

Tints of British Racing Green #074327

Color information

#074327 (or 0x074327) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 27. RGB value is (7,67,39). Sum of RGB (Red+Green+Blue) = 7+67+39=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #074327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074327 is #F8BCD8. Grayscale: #2D2D2D. Windows color (decimal): -16301273 or 2573063. OLE color: 2573063.

HSL color Cylindrical-coordinate representation of color #074327: hue angle of 152º 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 #074327 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB76739-
CMYK0.9000.420.74
HSL152º81.08%14.51%-
HSV(B)152º89.55%26.27%-
XYZ2.464.212.6-
YUV45.87124.12100.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=6.19%
G=59.29%
B=34.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767390.9000.420.7415281.0814.51
Hex743275A02A4A9851f
Octal71034713205211223012117
Binary11110000111001111011010010101010010101001100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074327; }

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

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

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

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

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

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

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

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