Html Css Color HEX #074433 British Racing Green

📋 copy color: '#074433'

red 7 ◦ green 68 ◦ blue 51

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

Shades of British Racing Green #074433

Tints of British Racing Green #074433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.97%

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

R = 5.56%
G = 53.97%
B = 40.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#074433 (or 0x074433) is known color: British Racing Green. HEX triplet: 07, 44 and 33. RGB value is (7,68,51). Sum of RGB (Red+Green+Blue) = 7+68+51=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #074433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074433 is #F8BBCC. Grayscale: #2F2F2F. Windows color (decimal): -16301005 or 3359751. OLE color: 3359751.

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

Color convert

RGB 7 68 51 -
CMYK 0.90 0 0.25 0.73
HSL 163.28º 0.81% 0.15% -
HSV(B) 163.28º 0.9% 0.27% -
XYZ 2.75 4.42 3.84 -
YUV 47.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 7 68 51 0.90 0 0.25 0.73 163.28 0.81 0.15
Hex 7 44 33 5A 0 19 49 A3 51 F
Octal 7 104 63 132 0 31 111 243 121 17
Binary 111 1000100 110011 1011010 0 11001 1001001 10100011 1010001 1111

Color Harmonies of #074433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074433

Black with #074433

Text Example


Text Example

White with #074433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074433; }

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

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

background-color css

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

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

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

border-color css

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

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

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