#07522E

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

Shades of British Racing Green #07522E

Tints of British Racing Green #07522E

Color information

#07522E (or 0x07522E) is unknown color: approx British Racing Green. HEX triplet: 07, 52 and 2E. RGB value is (7,82,46). Sum of RGB (Red+Green+Blue) = 7+82+46=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #07522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07522E is #F8ADD1. Grayscale: #373737. Windows color (decimal): -16297426 or 3035655. OLE color: 3035655.

HSL color Cylindrical-coordinate representation of color #07522E: hue angle of 151.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07522E is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB78246-
CMYK0.9100.440.68
HSL151.2º84.27%17.45%-
HSV(B)151.2º91.46%32.16%-
XYZ3.66.283.61-
YUV55.47122.6593.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=5.19%
G=60.74%
B=34.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal782460.9100.440.68151.284.2717.45
Hex7522E5B02C44975411
Octal71225613305410422712421
Binary111101001010111010110110101100100010010010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07522E; }

 p { color: rgb(7,82,46); }

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

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

 a { background-color: rgb(7,82,46); }

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

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

 span { border-color: rgb(7,82,46); }

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