Html Css Color HEX #074531 British Racing Green

📋 copy color: '#074531'

red 7 ◦ green 69 ◦ blue 49

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

Shades of British Racing Green #074531

Tints of British Racing Green #074531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 5.6%
G = 55.2%
B = 39.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#074531 (or 0x074531) is known color: British Racing Green. HEX triplet: 07, 45 and 31. RGB value is (7,69,49). Sum of RGB (Red+Green+Blue) = 7+69+49=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #074531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074531 is #F8BACE. Grayscale: #303030. Windows color (decimal): -16300751 or 3228935. OLE color: 3228935.

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

Color convert

RGB 7 69 49 -
CMYK 0.90 0 0.29 0.73
HSL 160.65º 0.82% 0.15% -
HSV(B) 160.65º 0.9% 0.27% -
XYZ 2.77 4.52 3.63 -
YUV 48.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 7 69 49 0.90 0 0.29 0.73 160.65 0.82 0.15
Hex 7 45 31 5A 0 1D 49 A1 52 F
Octal 7 105 61 132 0 35 111 241 122 17
Binary 111 1000101 110001 1011010 0 11101 1001001 10100001 1010010 1111

Color Harmonies of #074531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074531

Black with #074531

Text Example


Text Example

White with #074531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074531; }

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

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

background-color css

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

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

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

border-color css

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

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

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