#074926

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

Shades of British Racing Green #074926

Tints of British Racing Green #074926

Color information

#074926 (or 0x074926) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 26. RGB value is (7,73,38). Sum of RGB (Red+Green+Blue) = 7+73+38=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #074926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074926 is #F8B6D9. Grayscale: #313131. Windows color (decimal): -16299738 or 2509063. OLE color: 2509063.

HSL color Cylindrical-coordinate representation of color #074926: hue angle of 148.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074926 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB77338-
CMYK0.9000.480.71
HSL148.18º82.5%15.69%-
HSV(B)148.18º90.41%28.63%-
XYZ2.824.952.64-
YUV49.28121.6397.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 73 (28.91% from 255) = 61.86%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=5.93%
G=61.86%
B=32.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773380.9000.480.71148.1882.515.69
Hex749265A03047945210
Octal71114613206010722412220
Binary111100100110011010110100110000100011110010100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074926; }

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

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

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

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

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

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

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

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