#074132

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

Shades of British Racing Green #074132

Tints of British Racing Green #074132

Color information

#074132 (or 0x074132) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 32. RGB value is (7,65,50). Sum of RGB (Red+Green+Blue) = 7+65+50=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #074132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074132 is #F8BECD. Grayscale: #2D2D2D. Windows color (decimal): -16301774 or 3293447. OLE color: 3293447.

HSL color Cylindrical-coordinate representation of color #074132: hue angle of 164.48º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074132 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB76550-
CMYK0.8900.230.75
HSL164.48º80.56%14.12%-
HSV(B)164.48º89.23%25.49%-
XYZ2.554.063.67-
YUV45.95130.28100.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=5.74%
G=53.28%
B=40.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765500.8900.230.75164.4880.5614.12
Hex74132590174Ba451e
Octal71016213102711324412116
Binary1111000001110010101100101011110010111010010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074132; }

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

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

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

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

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

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

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

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