#034418

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

Shades of British Racing Green #034418

Tints of British Racing Green #034418

Color information

#034418 (or 0x034418) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 18. RGB value is (3,68,24). Sum of RGB (Red+Green+Blue) = 3+68+24=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #034418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034418 is #FCBBE7. Grayscale: #2B2B2B. Windows color (decimal): -16563176 or 1590275. OLE color: 1590275.

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

Color convert

RGB36824-
CMYK0.9600.650.73
HSL139.38º91.55%13.92%-
HSV(B)139.38º95.59%26.67%-
XYZ2.274.221.56-
YUV43.55116.9799.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 68 (26.95% from 255) = 71.58%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=3.16%
G=71.58%
B=25.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368240.9600.650.73139.3891.5513.92
Hex3441860041498b5ce
Octal310430140010111121313416
Binary1110001001100011000000100000110010011000101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034418; }

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

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

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

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

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

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

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

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