Html Css Color HEX #034634 British Racing Green

📋 copy color: '#034634'

red 3 ◦ green 70 ◦ blue 52

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

Shades of British Racing Green #034634

Tints of British Racing Green #034634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 2.4%
G = 56%
B = 41.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#034634 (or 0x034634) is known color: British Racing Green. HEX triplet: 03, 46 and 34. RGB value is (3,70,52). Sum of RGB (Red+Green+Blue) = 3+70+52=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #034634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034634 is #FCB9CB. Grayscale: #2F2F2F. Windows color (decimal): -16562636 or 3425795. OLE color: 3425795.

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

Color convert

RGB 3 70 52 -
CMYK 0.96 0 0.26 0.73
HSL 163.88º 0.92% 0.14% -
HSV(B) 163.88º 0.96% 0.27% -
XYZ 2.85 4.65 4 -
YUV 47.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 3 70 52 0.96 0 0.26 0.73 163.88 0.92 0.14
Hex 3 46 34 60 0 1A 49 A4 5C E
Octal 3 106 64 140 0 32 111 244 134 16
Binary 11 1000110 110100 1100000 0 11010 1001001 10100100 1011100 1110

Color Harmonies of #034634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034634

Black with #034634

Text Example


Text Example

White with #034634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034634; }

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

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

background-color css

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

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

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

border-color css

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

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

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