#034520

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

Shades of British Racing Green #034520

Tints of British Racing Green #034520

Color information

#034520 (or 0x034520) is unknown color: approx British Racing Green. HEX triplet: 03, 45 and 20. RGB value is (3,69,32). Sum of RGB (Red+Green+Blue) = 3+69+32=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #034520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034520 is #FCBADF. Grayscale: #2D2D2D. Windows color (decimal): -16562912 or 2114819. OLE color: 2114819.

HSL color Cylindrical-coordinate representation of color #034520: hue angle of 146.36º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034520 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB36932-
CMYK0.9600.540.73
HSL146.36º91.67%14.12%-
HSV(B)146.36º95.65%27.06%-
XYZ2.434.382.08-
YUV45.05120.6398.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 69 (27.34% from 255) = 66.35%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=2.88%
G=66.35%
B=30.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369320.9600.540.73146.3691.6714.12
Hex345206003649925ce
Octal31054014006611122213416
Binary1110001011000001100000011011010010011001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034520; }

 p { color: rgb(3,69,32); }

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

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

 a { background-color: rgb(3,69,32); }

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

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

 span { border-color: rgb(3,69,32); }

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