Html Css Color HEX #074B32 British Racing Green

📋 copy color: '#074B32'

red 7 ◦ green 75 ◦ blue 50

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

Shades of British Racing Green #074B32

Tints of British Racing Green #074B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 56.82%

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

R = 5.3%
G = 56.82%
B = 37.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#074B32 (or 0x074B32) is known color: British Racing Green. HEX triplet: 07, 4B and 32. RGB value is (7,75,50). Sum of RGB (Red+Green+Blue) = 7+75+50=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #074B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B32 is #F8B4CD. Grayscale: #333333. Windows color (decimal): -16299214 or 3296007. OLE color: 3296007.

HSL color Cylindrical-coordinate representation of color #074B32: hue angle of 157.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B32 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 50 -
CMYK 0.91 0 0.33 0.71
HSL 157.94º 0.83% 0.16% -
HSV(B) 157.94º 0.91% 0.29% -
XYZ 3.18 5.31 3.87 -
YUV 51.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 7 75 50 0.91 0 0.33 0.71 157.94 0.83 0.16
Hex 7 4B 32 5B 0 21 47 9E 53 10
Octal 7 113 62 133 0 41 107 236 123 20
Binary 111 1001011 110010 1011011 0 100001 1000111 10011110 1010011 10000

Color Harmonies of #074B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B32

Black with #074B32

Text Example


Text Example

White with #074B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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