Html Css Color HEX #034836 British Racing Green

📋 copy color: '#034836'

red 3 ◦ green 72 ◦ blue 54

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

Shades of British Racing Green #034836

Tints of British Racing Green #034836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.81%

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

R = 2.33%
G = 55.81%
B = 41.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#034836 (or 0x034836) is known color: British Racing Green. HEX triplet: 03, 48 and 36. RGB value is (3,72,54). Sum of RGB (Red+Green+Blue) = 3+72+54=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #034836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034836 is #FCB7C9. Grayscale: #313131. Windows color (decimal): -16562122 or 3557379. OLE color: 3557379.

HSL color Cylindrical-coordinate representation of color #034836: hue angle of 164.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034836 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 54 -
CMYK 0.96 0 0.25 0.72
HSL 164.35º 0.92% 0.15% -
HSV(B) 164.35º 0.96% 0.28% -
XYZ 3.02 4.92 4.28 -
YUV 49.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 3 72 54 0.96 0 0.25 0.72 164.35 0.92 0.15
Hex 3 48 36 60 0 19 48 A4 5C F
Octal 3 110 66 140 0 31 110 244 134 17
Binary 11 1001000 110110 1100000 0 11001 1001000 10100100 1011100 1111

Color Harmonies of #034836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034836

Black with #034836

Text Example


Text Example

White with #034836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034836; }

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

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

background-color css

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

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

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

border-color css

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

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

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