Html Css Color HEX #074529 British Racing Green

📋 copy color: '#074529'

red 7 ◦ green 69 ◦ blue 41

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

Shades of British Racing Green #074529

Tints of British Racing Green #074529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 5.98%
G = 58.97%
B = 35.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#074529 (or 0x074529) is known color: British Racing Green. HEX triplet: 07, 45 and 29. RGB value is (7,69,41). Sum of RGB (Red+Green+Blue) = 7+69+41=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #074529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074529 is #F8BAD6. Grayscale: #2F2F2F. Windows color (decimal): -16300759 or 2704647. OLE color: 2704647.

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

Color convert

RGB 7 69 41 -
CMYK 0.90 0 0.41 0.73
HSL 152.9º 0.82% 0.15% -
HSV(B) 152.9º 0.9% 0.27% -
XYZ 2.62 4.46 2.82 -
YUV 47.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 7 69 41 0.90 0 0.41 0.73 152.9 0.82 0.15
Hex 7 45 29 5A 0 29 49 99 52 F
Octal 7 105 51 132 0 51 111 231 122 17
Binary 111 1000101 101001 1011010 0 101001 1001001 10011001 1010010 1111

Color Harmonies of #074529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074529

Black with #074529

Text Example


Text Example

White with #074529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074529; }

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

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

background-color css

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

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

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

border-color css

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

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

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