Html Css Color HEX #074332 British Racing Green

📋 copy color: '#074332'

red 7 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #074332

Tints of British Racing Green #074332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

 BLUE value IS 50 (19.92% from 255) = 40.32%

R = 5.65%
G = 54.03%
B = 40.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#074332 (or 0x074332) is known color: British Racing Green. HEX triplet: 07, 43 and 32. RGB value is (7,67,50). Sum of RGB (Red+Green+Blue) = 7+67+50=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #074332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074332 is #F8BCCD. Grayscale: #2F2F2F. Windows color (decimal): -16301262 or 3293959. OLE color: 3293959.

HSL color Cylindrical-coordinate representation of color #074332: hue angle of 163º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074332 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 50 -
CMYK 0.90 0 0.25 0.74
HSL 163º 0.81% 0.15% -
HSV(B) 163º 0.9% 0.26% -
XYZ 2.67 4.29 3.7 -
YUV 47.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 7 67 50 0.90 0 0.25 0.74 163 0.81 0.15
Hex 7 43 32 5A 0 19 4A A3 51 F
Octal 7 103 62 132 0 31 112 243 121 17
Binary 111 1000011 110010 1011010 0 11001 1001010 10100011 1010001 1111

Color Harmonies of #074332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074332

Black with #074332

Text Example


Text Example

White with #074332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074332; }

 p { color: rgb(7,67,50); }

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

background-color css

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

 a { background-color: rgb(7,67,50); }

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

border-color css

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

 span { border-color: rgb(7,67,50); }

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