#034426

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

Shades of British Racing Green #034426

Tints of British Racing Green #034426

Color information

#034426 (or 0x034426) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 26. RGB value is (3,68,38). Sum of RGB (Red+Green+Blue) = 3+68+38=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #034426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034426 is #FCBBD9. Grayscale: #2D2D2D. Windows color (decimal): -16563162 or 2507779. OLE color: 2507779.

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

Color convert

RGB36838-
CMYK0.9600.440.73
HSL152.31º91.55%13.92%-
HSV(B)152.31º95.59%26.67%-
XYZ2.454.292.53-
YUV45.14123.9797.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=2.75%
G=62.39%
B=34.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368380.9600.440.73152.3191.5513.92
Hex344266002C49985ce
Octal31044614005411123013416
Binary1110001001001101100000010110010010011001100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034426; }

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

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

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

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

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

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

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

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