#074C31

Color #074C31 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074C31

Tints of British Racing Green #074C31

Color information

#074C31 (or 0x074C31) is unknown color: approx British Racing Green. HEX triplet: 07, 4C and 31. RGB value is (7,76,49). Sum of RGB (Red+Green+Blue) = 7+76+49=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #074C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C31 is #F8B3CE. Grayscale: #343434. Windows color (decimal): -16298959 or 3230727. OLE color: 3230727.

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

Color convert

RGB77649-
CMYK0.9100.360.70
HSL156.52º83.13%16.27%-
HSV(B)156.52º90.79%29.8%-
XYZ3.235.443.78-
YUV52.29126.1495.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 76 (30.08% from 255) = 57.58%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=5.30%
G=57.58%
B=37.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776490.9100.360.70156.5283.1316.27
Hex74C315B024469d5310
Octal71146113304410623512320
Binary111100110011000110110110100100100011010011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #074C31;
 }
 .AnyTagClassName
 {
   color: #074C31;
 }
</style>
background-color css

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

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

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

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

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

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