Html Css Color HEX #074524 British Racing Green

📋 copy color: '#074524'

red 7 ◦ green 69 ◦ blue 36

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

Shades of British Racing Green #074524

Tints of British Racing Green #074524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.14%

R = 6.25%
G = 61.61%
B = 32.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#074524 (or 0x074524) is known color: British Racing Green. HEX triplet: 07, 45 and 24. RGB value is (7,69,36). Sum of RGB (Red+Green+Blue) = 7+69+36=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #074524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074524 is #F8BADB. Grayscale: #2E2E2E. Windows color (decimal): -16300764 or 2376967. OLE color: 2376967.

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

Color convert

RGB 7 69 36 -
CMYK 0.90 0 0.48 0.73
HSL 148.06º 0.82% 0.15% -
HSV(B) 148.06º 0.9% 0.27% -
XYZ 2.53 4.43 2.39 -
YUV 46.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 7 69 36 0.90 0 0.48 0.73 148.06 0.82 0.15
Hex 7 45 24 5A 0 30 49 94 52 F
Octal 7 105 44 132 0 60 111 224 122 17
Binary 111 1000101 100100 1011010 0 110000 1001001 10010100 1010010 1111

Color Harmonies of #074524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074524

Black with #074524

Text Example


Text Example

White with #074524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074524; }

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

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

background-color css

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

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

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

border-color css

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

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

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