Html Css Color HEX #074D26 British Racing Green

📋 copy color: '#074D26'

red 7 ◦ green 77 ◦ blue 38

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

Shades of British Racing Green #074D26

Tints of British Racing Green #074D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 63.11%

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

R = 5.74%
G = 63.11%
B = 31.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#074D26 (or 0x074D26) is known color: British Racing Green. HEX triplet: 07, 4D and 26. RGB value is (7,77,38). Sum of RGB (Red+Green+Blue) = 7+77+38=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #074D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D26 is #F8B2D9. Grayscale: #333333. Windows color (decimal): -16298714 or 2510087. OLE color: 2510087.

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

Color convert

RGB 7 77 38 -
CMYK 0.91 0 0.51 0.70
HSL 146.57º 0.83% 0.16% -
HSV(B) 146.57º 0.91% 0.3% -
XYZ 3.09 5.49 2.73 -
YUV 51.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 7 77 38 0.91 0 0.51 0.70 146.57 0.83 0.16
Hex 7 4D 26 5B 0 33 46 93 53 10
Octal 7 115 46 133 0 63 106 223 123 20
Binary 111 1001101 100110 1011011 0 110011 1000110 10010011 1010011 10000

Color Harmonies of #074D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D26

Black with #074D26

Text Example


Text Example

White with #074D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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