#074934

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

Shades of British Racing Green #074934

Tints of British Racing Green #074934

Color information

#074934 (or 0x074934) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 34. RGB value is (7,73,52). Sum of RGB (Red+Green+Blue) = 7+73+52=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #074934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074934 is #F8B6CB. Grayscale: #323232. Windows color (decimal): -16299724 or 3426567. OLE color: 3426567.

HSL color Cylindrical-coordinate representation of color #074934: hue angle of 160.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074934 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB77352-
CMYK0.9000.290.71
HSL160.91º82.5%15.69%-
HSV(B)160.91º90.41%28.63%-
XYZ3.095.064.06-
YUV50.87128.6396.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=5.30%
G=55.30%
B=39.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773520.9000.290.71160.9182.515.69
Hex749345A01D47a15210
Octal71116413203510724112220
Binary11110010011101001011010011101100011110100001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074934; }

 p { color: rgb(7,73,52); }

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

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

 a { background-color: rgb(7,73,52); }

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

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

 span { border-color: rgb(7,73,52); }

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