#074325

Color #074325 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074325

Tints of British Racing Green #074325

Color information

#074325 (or 0x074325) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 25. RGB value is (7,67,37). Sum of RGB (Red+Green+Blue) = 7+67+37=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #074325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074325 is #F8BCDA. Grayscale: #2D2D2D. Windows color (decimal): -16301275 or 2441991. OLE color: 2441991.

HSL color Cylindrical-coordinate representation of color #074325: hue angle of 150º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074325 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB76737-
CMYK0.9000.450.74
HSL150º81.08%14.51%-
HSV(B)150º89.55%26.27%-
XYZ2.434.192.43-
YUV45.64123.12100.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 67 (26.56% from 255) = 60.36%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=6.31%
G=60.36%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767370.9000.450.7415081.0814.51
Hex743255A02D4A9651f
Octal71034513205511222612117
Binary11110000111001011011010010110110010101001011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074325; }

 p { color: rgb(7,67,37); }

 H1.HeaderClassName
 {
   color: #074325;
 }
 .AnyTagClassName
 {
   color: #074325;
 }
</style>
background-color css

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

 a { background-color: rgb(7,67,37); }

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

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

 span { border-color: rgb(7,67,37); }

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