Html Css Color HEX #074132 British Racing Green

📋 copy color: '#074132'

red 7 ◦ green 65 ◦ blue 50

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

Shades of British Racing Green #074132

Tints of British Racing Green #074132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 53.28%

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

R = 5.74%
G = 53.28%
B = 40.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#074132 (or 0x074132) is known color: British Racing Green. HEX triplet: 07, 41 and 32. RGB value is (7,65,50). Sum of RGB (Red+Green+Blue) = 7+65+50=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #074132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074132 is #F8BECD. Grayscale: #2D2D2D. Windows color (decimal): -16301774 or 3293447. OLE color: 3293447.

HSL color Cylindrical-coordinate representation of color #074132: hue angle of 164.48º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074132 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 50 -
CMYK 0.89 0 0.23 0.75
HSL 164.48º 0.81% 0.14% -
HSV(B) 164.48º 0.89% 0.25% -
XYZ 2.55 4.06 3.67 -
YUV 45.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 7 65 50 0.89 0 0.23 0.75 164.48 0.81 0.14
Hex 7 41 32 59 0 17 4B A4 51 E
Octal 7 101 62 131 0 27 113 244 121 16
Binary 111 1000001 110010 1011001 0 10111 1001011 10100100 1010001 1110

Color Harmonies of #074132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074132

Black with #074132

Text Example


Text Example

White with #074132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074132; }

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

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

background-color css

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

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

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

border-color css

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

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

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