Html Css Color HEX #074324 British Racing Green

📋 copy color: '#074324'

red 7 ◦ green 67 ◦ blue 36

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

Shades of British Racing Green #074324

Tints of British Racing Green #074324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 6.36%
G = 60.91%
B = 32.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#074324 (or 0x074324) is known color: British Racing Green. HEX triplet: 07, 43 and 24. RGB value is (7,67,36). Sum of RGB (Red+Green+Blue) = 7+67+36=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #074324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074324 is #F8BCDB. Grayscale: #2D2D2D. Windows color (decimal): -16301276 or 2376455. OLE color: 2376455.

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

Color convert

RGB 7 67 36 -
CMYK 0.90 0 0.46 0.74
HSL 149º 0.81% 0.15% -
HSV(B) 149º 0.9% 0.26% -
XYZ 2.41 4.19 2.35 -
YUV 45.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 7 67 36 0.90 0 0.46 0.74 149 0.81 0.15
Hex 7 43 24 5A 0 2E 4A 95 51 F
Octal 7 103 44 132 0 56 112 225 121 17
Binary 111 1000011 100100 1011010 0 101110 1001010 10010101 1010001 1111

Color Harmonies of #074324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074324

Black with #074324

Text Example


Text Example

White with #074324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074324; }

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

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

background-color css

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

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

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

border-color css

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

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

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