Html Css Color HEX #074B31 British Racing Green

📋 copy color: '#074B31'

red 7 ◦ green 75 ◦ blue 49

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

Shades of British Racing Green #074B31

Tints of British Racing Green #074B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 5.34%
G = 57.25%
B = 37.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#074B31 (or 0x074B31) is known color: British Racing Green. HEX triplet: 07, 4B and 31. RGB value is (7,75,49). Sum of RGB (Red+Green+Blue) = 7+75+49=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #074B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B31 is #F8B4CE. Grayscale: #333333. Windows color (decimal): -16299215 or 3230471. OLE color: 3230471.

HSL color Cylindrical-coordinate representation of color #074B31: hue angle of 157.06º 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 #074B31 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 49 -
CMYK 0.91 0 0.35 0.71
HSL 157.06º 0.83% 0.16% -
HSV(B) 157.06º 0.91% 0.29% -
XYZ 3.16 5.3 3.76 -
YUV 51.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 7 75 49 0.91 0 0.35 0.71 157.06 0.83 0.16
Hex 7 4B 31 5B 0 23 47 9D 53 10
Octal 7 113 61 133 0 43 107 235 123 20
Binary 111 1001011 110001 1011011 0 100011 1000111 10011101 1010011 10000

Color Harmonies of #074B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B31

Black with #074B31

Text Example


Text Example

White with #074B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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