#074834

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

Shades of British Racing Green #074834

Tints of British Racing Green #074834

Color information

#074834 (or 0x074834) is unknown color: approx British Racing Green. HEX triplet: 07, 48 and 34. RGB value is (7,72,52). Sum of RGB (Red+Green+Blue) = 7+72+52=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #074834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074834 is #F8B7CB. Grayscale: #323232. Windows color (decimal): -16299980 or 3426311. OLE color: 3426311.

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

Color convert

RGB77252-
CMYK0.9000.280.72
HSL161.54º82.28%15.49%-
HSV(B)161.54º90.28%28.24%-
XYZ3.024.934.04-
YUV50.28128.9797.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=5.34%
G=54.96%
B=39.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772520.9000.280.72161.5482.2815.49
Hex748345A01C48a252f
Octal71106413203411024212217
Binary1111001000110100101101001110010010001010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074834; }

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

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

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

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

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

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

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

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