#034E36

Color #034E36 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #034E36

Tints of British Racing Green #034E36

Color information

#034E36 (or 0x034E36) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 36. RGB value is (3,78,54). Sum of RGB (Red+Green+Blue) = 3+78+54=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #034E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E36 is #FCB1C9. Grayscale: #343434. Windows color (decimal): -16560586 or 3558915. OLE color: 3558915.

HSL color Cylindrical-coordinate representation of color #034E36: hue angle of 160.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E36 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB37854-
CMYK0.9600.310.69
HSL160.8º92.59%15.88%-
HSV(B)160.8º96.15%30.59%-
XYZ3.435.734.42-
YUV52.84128.6592.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 78 (30.86% from 255) = 57.78%
BLUE value IS 54 (21.48% from 255) = 40%
R=2.22%
G=57.78%
B=40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378540.9600.310.69160.892.5915.88
Hex34E366001F45a15d10
Octal31166614003710524113520
Binary1110011101101101100000011111100010110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034E36;
 }
 .AnyTagClassName
 {
   color: #034E36;
 }
</style>
background-color css

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

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

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

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

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

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