#074128

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

Shades of British Racing Green #074128

Tints of British Racing Green #074128

Color information

#074128 (or 0x074128) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 28. RGB value is (7,65,40). Sum of RGB (Red+Green+Blue) = 7+65+40=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #074128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074128 is #F8BED7. Grayscale: #2C2C2C. Windows color (decimal): -16301784 or 2638087. OLE color: 2638087.

HSL color Cylindrical-coordinate representation of color #074128: hue angle of 154.14º 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 #074128 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB76540-
CMYK0.8900.380.75
HSL154.14º80.56%14.12%-
HSV(B)154.14º89.23%25.49%-
XYZ2.363.982.65-
YUV44.81125.28101.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=6.25%
G=58.04%
B=35.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765400.8900.380.75154.1480.5614.12
Hex74128590264B9a51e
Octal71015013104611323212116
Binary11110000011010001011001010011010010111001101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074128; }

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

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

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

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

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

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

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

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