Html Css Color HEX #034614 British Racing Green

📋 copy color: '#034614'

red 3 ◦ green 70 ◦ blue 20

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

Shades of British Racing Green #034614

Tints of British Racing Green #034614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 3.23%
G = 75.27%
B = 21.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#034614 (or 0x034614) is known color: British Racing Green. HEX triplet: 03, 46 and 14. RGB value is (3,70,20). Sum of RGB (Red+Green+Blue) = 3+70+20=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 70 (27.73% from 255 or 75.27% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 70 - color contains mainly: green. Hex color #034614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034614 is #FCB9EB. Grayscale: #2C2C2C. Windows color (decimal): -16562668 or 1328643. OLE color: 1328643.

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

Color convert

RGB 3 70 20 -
CMYK 0.96 0 0.71 0.73
HSL 135.22º 0.92% 0.14% -
HSV(B) 135.22º 0.96% 0.27% -
XYZ 2.35 4.45 1.4 -
YUV 44.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 3 70 20 0.96 0 0.71 0.73 135.22 0.92 0.14
Hex 3 46 14 60 0 47 49 87 5C E
Octal 3 106 24 140 0 107 111 207 134 16
Binary 11 1000110 10100 1100000 0 1000111 1001001 10000111 1011100 1110

Color Harmonies of #034614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034614

Black with #034614

Text Example


Text Example

White with #034614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034614; }

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

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

background-color css

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

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

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

border-color css

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

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

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