Html Css Color HEX #034A36 British Racing Green

📋 copy color: '#034A36'

red 3 ◦ green 74 ◦ blue 54

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

Shades of British Racing Green #034A36

Tints of British Racing Green #034A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 56.49%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 2.29%
G = 56.49%
B = 41.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#034A36 (or 0x034A36) is known color: British Racing Green. HEX triplet: 03, 4A and 36. RGB value is (3,74,54). Sum of RGB (Red+Green+Blue) = 3+74+54=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #034A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A36 is #FCB5C9. Grayscale: #323232. Windows color (decimal): -16561610 or 3557891. OLE color: 3557891.

HSL color Cylindrical-coordinate representation of color #034A36: hue angle of 163.1º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A36 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 74 54 -
CMYK 0.96 0 0.27 0.71
HSL 163.1º 0.92% 0.15% -
HSV(B) 163.1º 0.96% 0.29% -
XYZ 3.15 5.18 4.32 -
YUV 50.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 3 74 54 0.96 0 0.27 0.71 163.1 0.92 0.15
Hex 3 4A 36 60 0 1B 47 A3 5C F
Octal 3 112 66 140 0 33 107 243 134 17
Binary 11 1001010 110110 1100000 0 11011 1000111 10100011 1011100 1111

Color Harmonies of #034A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A36

Black with #034A36

Text Example


Text Example

White with #034A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034A36; }

 p { color: rgb(3,74,54); }

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

background-color css

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

 a { background-color: rgb(3,74,54); }

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

border-color css

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

 span { border-color: rgb(3,74,54); }

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