Html Css Color HEX #034632 British Racing Green

📋 copy color: '#034632'

red 3 ◦ green 70 ◦ blue 50

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

Shades of British Racing Green #034632

Tints of British Racing Green #034632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 2.44%
G = 56.91%
B = 40.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#034632 (or 0x034632) is known color: British Racing Green. HEX triplet: 03, 46 and 32. RGB value is (3,70,50). Sum of RGB (Red+Green+Blue) = 3+70+50=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #034632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034632 is #FCB9CD. Grayscale: #2F2F2F. Windows color (decimal): -16562638 or 3294723. OLE color: 3294723.

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

Color convert

RGB 3 70 50 -
CMYK 0.96 0 0.29 0.73
HSL 162.09º 0.92% 0.14% -
HSV(B) 162.09º 0.96% 0.27% -
XYZ 2.8 4.63 3.76 -
YUV 47.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 3 70 50 0.96 0 0.29 0.73 162.09 0.92 0.14
Hex 3 46 32 60 0 1D 49 A2 5C E
Octal 3 106 62 140 0 35 111 242 134 16
Binary 11 1000110 110010 1100000 0 11101 1001001 10100010 1011100 1110

Color Harmonies of #034632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034632

Black with #034632

Text Example


Text Example

White with #034632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034632; }

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

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

background-color css

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

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

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

border-color css

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

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

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