Html Css Color HEX #034513 British Racing Green

📋 copy color: '#034513'

red 3 ◦ green 69 ◦ blue 19

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

Shades of British Racing Green #034513

Tints of British Racing Green #034513

RGB

 RED value IS 3 (1.56% from 255) = 3.3%

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

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 3.3%
G = 75.82%
B = 20.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#034513 (or 0x034513) is known color: British Racing Green. HEX triplet: 03, 45 and 13. RGB value is (3,69,19). Sum of RGB (Red+Green+Blue) = 3+69+19=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #034513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034513 is #FCBAEC. Grayscale: #2B2B2B. Windows color (decimal): -16562925 or 1262851. OLE color: 1262851.

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

Color convert

RGB 3 69 19 -
CMYK 0.96 0 0.72 0.73
HSL 134.55º 0.92% 0.14% -
HSV(B) 134.55º 0.96% 0.27% -
XYZ 2.28 4.32 1.33 -
YUV 43.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 3 69 19 0.96 0 0.72 0.73 134.55 0.92 0.14
Hex 3 45 13 60 0 48 49 87 5C E
Octal 3 105 23 140 0 110 111 207 134 16
Binary 11 1000101 10011 1100000 0 1001000 1001001 10000111 1011100 1110

Color Harmonies of #034513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034513

Black with #034513

Text Example


Text Example

White with #034513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034513; }

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

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

background-color css

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

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

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

border-color css

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

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

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