Html Css Color HEX #034936 British Racing Green

📋 copy color: '#034936'

red 3 ◦ green 73 ◦ blue 54

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

Shades of British Racing Green #034936

Tints of British Racing Green #034936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.15%

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

R = 2.31%
G = 56.15%
B = 41.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#034936 (or 0x034936) is known color: British Racing Green. HEX triplet: 03, 49 and 36. RGB value is (3,73,54). Sum of RGB (Red+Green+Blue) = 3+73+54=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #034936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034936 is #FCB6C9. Grayscale: #313131. Windows color (decimal): -16561866 or 3557635. OLE color: 3557635.

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

Color convert

RGB 3 73 54 -
CMYK 0.96 0 0.26 0.71
HSL 163.71º 0.92% 0.15% -
HSV(B) 163.71º 0.96% 0.29% -
XYZ 3.09 5.05 4.3 -
YUV 49.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 3 73 54 0.96 0 0.26 0.71 163.71 0.92 0.15
Hex 3 49 36 60 0 1A 47 A4 5C F
Octal 3 111 66 140 0 32 107 244 134 17
Binary 11 1001001 110110 1100000 0 11010 1000111 10100100 1011100 1111

Color Harmonies of #034936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034936

Black with #034936

Text Example


Text Example

White with #034936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034936; }

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

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

background-color css

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

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

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

border-color css

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

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

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