Html Css Color HEX #073922 British Racing Green

📋 copy color: '#073922'

red 7 ◦ green 57 ◦ blue 34

#073922
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #073922

Tints of British Racing Green #073922

RGB

 RED value IS 7 (3.13% 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 value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#073922 (or 0x073922) is known color: 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

RGB 7 57 34 -
CMYK 0.88 0 0.40 0.78
HSL 152.4º 0.78% 0.13% -
HSV(B) 152.4º 0.88% 0.22% -
XYZ 1.84 3.09 2.01 -
YUV 39.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 7 57 34 0.88 0 0.40 0.78 152.4 0.78 0.13
Hex 7 39 22 58 0 28 4E 98 4E D
Octal 7 71 42 130 0 50 116 230 116 15
Binary 111 111001 100010 1011000 0 101000 1001110 10011000 1001110 1101

Color Harmonies of #073922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073922

Black with #073922

Text Example


Text Example

White with #073922

Text Example


Text Example

HTML Codes & Css Web 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>