#034434

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

Shades of British Racing Green #034434

Tints of British Racing Green #034434

Color information

#034434 (or 0x034434) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 34. RGB value is (3,68,52). Sum of RGB (Red+Green+Blue) = 3+68+52=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #034434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034434 is #FCBBCB. Grayscale: #2E2E2E. Windows color (decimal): -16563148 or 3425283. OLE color: 3425283.

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

Color convert

RGB36852-
CMYK0.9600.240.73
HSL165.23º91.55%13.92%-
HSV(B)165.23º95.59%26.67%-
XYZ2.724.43.95-
YUV46.74130.9796.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=2.44%
G=55.28%
B=42.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368520.9600.240.73165.2391.5513.92
Hex344346001849a55ce
Octal31046414003011124513416
Binary111000100110100110000001100010010011010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034434; }

 p { color: rgb(3,68,52); }

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

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

 a { background-color: rgb(3,68,52); }

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

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

 span { border-color: rgb(3,68,52); }

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