Html Css Color HEX #034613 British Racing Green

📋 copy color: '#034613'

red 3 ◦ green 70 ◦ blue 19

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

Shades of British Racing Green #034613

Tints of British Racing Green #034613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 76.09%

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

R = 3.26%
G = 76.09%
B = 20.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#034613 (or 0x034613) is known color: British Racing Green. HEX triplet: 03, 46 and 13. RGB value is (3,70,19). Sum of RGB (Red+Green+Blue) = 3+70+19=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #034613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034613 is #FCB9EC. Grayscale: #2C2C2C. Windows color (decimal): -16562669 or 1263107. OLE color: 1263107.

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

Color convert

RGB 3 70 19 -
CMYK 0.96 0 0.73 0.73
HSL 134.33º 0.92% 0.14% -
HSV(B) 134.33º 0.96% 0.27% -
XYZ 2.35 4.45 1.35 -
YUV 44.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 3 70 19 0.96 0 0.73 0.73 134.33 0.92 0.14
Hex 3 46 13 60 0 49 49 86 5C E
Octal 3 106 23 140 0 111 111 206 134 16
Binary 11 1000110 10011 1100000 0 1001001 1001001 10000110 1011100 1110

Color Harmonies of #034613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034613

Black with #034613

Text Example


Text Example

White with #034613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034613; }

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

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

background-color css

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

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

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

border-color css

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

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

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