#073922

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

Shades of British Racing Green #073922

Tints of British Racing Green #073922

Color information

#073922 (or 0x073922) is unknown color: approx British Racing Green. HEX triplet: 07, 39 and 22. RGB value is (7,57,34). Sum of RGB (Red+Green+Blue) = 7+57+34=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #073922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073922 is #F8C6DD. Grayscale: #272727. Windows color (decimal): -16303838 or 2242823. OLE color: 2242823.

HSL color Cylindrical-coordinate representation of color #073922: hue angle of 152.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073922 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB75734-
CMYK0.8800.400.78
HSL152.4º78.12%12.55%-
HSV(B)152.4º87.72%22.35%-
XYZ1.843.092.01-
YUV39.43124.94104.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 34 (13.67% from 255) = 34.69%
R=7.14%
G=58.16%
B=34.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757340.8800.400.78152.478.1212.55
Hex73922580284E984ed
Octal7714213005011623011615
Binary1111110011000101011000010100010011101001100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073922; }

 p { color: rgb(7,57,34); }

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

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

 a { background-color: rgb(7,57,34); }

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

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

 span { border-color: rgb(7,57,34); }

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