Html Css Color HEX #074326 British Racing Green

📋 copy color: '#074326'

red 7 ◦ green 67 ◦ blue 38

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

Shades of British Racing Green #074326

Tints of British Racing Green #074326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 6.25%
G = 59.82%
B = 33.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#074326 (or 0x074326) is known color: British Racing Green. HEX triplet: 07, 43 and 26. RGB value is (7,67,38). Sum of RGB (Red+Green+Blue) = 7+67+38=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #074326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074326 is #F8BCD9. Grayscale: #2D2D2D. Windows color (decimal): -16301274 or 2507527. OLE color: 2507527.

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

Color convert

RGB 7 67 38 -
CMYK 0.90 0 0.43 0.74
HSL 151º 0.81% 0.15% -
HSV(B) 151º 0.9% 0.26% -
XYZ 2.44 4.2 2.52 -
YUV 45.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 7 67 38 0.90 0 0.43 0.74 151 0.81 0.15
Hex 7 43 26 5A 0 2B 4A 97 51 F
Octal 7 103 46 132 0 53 112 227 121 17
Binary 111 1000011 100110 1011010 0 101011 1001010 10010111 1010001 1111

Color Harmonies of #074326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074326

Black with #074326

Text Example


Text Example

White with #074326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074326; }

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

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

background-color css

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

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

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

border-color css

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

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

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