Html Css Color HEX #074533 British Racing Green

📋 copy color: '#074533'

red 7 ◦ green 69 ◦ blue 51

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

Shades of British Racing Green #074533

Tints of British Racing Green #074533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.16%

R = 5.51%
G = 54.33%
B = 40.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#074533 (or 0x074533) is known color: British Racing Green. HEX triplet: 07, 45 and 33. RGB value is (7,69,51). Sum of RGB (Red+Green+Blue) = 7+69+51=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #074533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074533 is #F8BACC. Grayscale: #303030. Windows color (decimal): -16300749 or 3360007. OLE color: 3360007.

HSL color Cylindrical-coordinate representation of color #074533: hue angle of 162.58º 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 #074533 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 51 -
CMYK 0.90 0 0.26 0.73
HSL 162.58º 0.82% 0.15% -
HSV(B) 162.58º 0.9% 0.27% -
XYZ 2.81 4.54 3.86 -
YUV 48.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 7 69 51 0.90 0 0.26 0.73 162.58 0.82 0.15
Hex 7 45 33 5A 0 1A 49 A3 52 F
Octal 7 105 63 132 0 32 111 243 122 17
Binary 111 1000101 110011 1011010 0 11010 1001001 10100011 1010010 1111

Color Harmonies of #074533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074533

Black with #074533

Text Example


Text Example

White with #074533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074533; }

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

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

background-color css

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

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

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

border-color css

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

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

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