#074529

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

Shades of British Racing Green #074529

Tints of British Racing Green #074529

Color information

#074529 (or 0x074529) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 29. RGB value is (7,69,41). Sum of RGB (Red+Green+Blue) = 7+69+41=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #074529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074529 is #F8BAD6. Grayscale: #2F2F2F. Windows color (decimal): -16300759 or 2704647. OLE color: 2704647.

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

Color convert

RGB76941-
CMYK0.9000.410.73
HSL152.9º81.58%14.9%-
HSV(B)152.9º89.86%27.06%-
XYZ2.624.462.82-
YUV47.27124.4699.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 69 (27.34% from 255) = 58.97%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=5.98%
G=58.97%
B=35.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769410.9000.410.73152.981.5814.9
Hex745295A029499952f
Octal71055113205111123112217
Binary11110001011010011011010010100110010011001100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074529; }

 p { color: rgb(7,69,41); }

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

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

 a { background-color: rgb(7,69,41); }

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

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

 span { border-color: rgb(7,69,41); }

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