Html Css Color HEX #074734 British Racing Green

📋 copy color: '#074734'

red 7 ◦ green 71 ◦ blue 52

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

Shades of British Racing Green #074734

Tints of British Racing Green #074734

RGB

 RED value IS 7 (3.13% from 255) = 5.38%

 GREEN value IS 71 (28.13% from 255) = 54.62%

 BLUE value IS 52 (20.7% from 255) = 40%

R = 5.38%
G = 54.62%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#074734 (or 0x074734) is known color: British Racing Green. HEX triplet: 07, 47 and 34. RGB value is (7,71,52). Sum of RGB (Red+Green+Blue) = 7+71+52=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #074734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074734 is #F8B8CB. Grayscale: #313131. Windows color (decimal): -16300236 or 3426055. OLE color: 3426055.

HSL color Cylindrical-coordinate representation of color #074734: hue angle of 162.19º 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 #074734 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 52 -
CMYK 0.90 0 0.27 0.72
HSL 162.19º 0.82% 0.15% -
HSV(B) 162.19º 0.9% 0.28% -
XYZ 2.96 4.8 4.02 -
YUV 49.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 7 71 52 0.90 0 0.27 0.72 162.19 0.82 0.15
Hex 7 47 34 5A 0 1B 48 A2 52 F
Octal 7 107 64 132 0 33 110 242 122 17
Binary 111 1000111 110100 1011010 0 11011 1001000 10100010 1010010 1111

Color Harmonies of #074734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074734

Black with #074734

Text Example


Text Example

White with #074734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074734; }

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

 H1.HeaderClassName
 {
   color: #074734;
 }
 .AnyTagClassName
 {
   color: #074734;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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