#074532

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

Shades of British Racing Green #074532

Tints of British Racing Green #074532

Color information

#074532 (or 0x074532) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 32. RGB value is (7,69,50). Sum of RGB (Red+Green+Blue) = 7+69+50=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #074532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074532 is #F8BACD. Grayscale: #303030. Windows color (decimal): -16300750 or 3294471. OLE color: 3294471.

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

Color convert

RGB76950-
CMYK0.9000.280.73
HSL161.61º81.58%14.9%-
HSV(B)161.61º89.86%27.06%-
XYZ2.794.533.75-
YUV48.3128.9698.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=5.56%
G=54.76%
B=39.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769500.9000.280.73161.6181.5814.9
Hex745325A01C49a252f
Octal71056213203411124212217
Binary1111000101110010101101001110010010011010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074532; }

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

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

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

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

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

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

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

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