#034813

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

Shades of British Racing Green #034813

Tints of British Racing Green #034813

Color information

#034813 (or 0x034813) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 13. RGB value is (3,72,19). Sum of RGB (Red+Green+Blue) = 3+72+19=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #034813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034813 is #FCB7EC. Grayscale: #2D2D2D. Windows color (decimal): -16562157 or 1263619. OLE color: 1263619.

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

Color convert

RGB37219-
CMYK0.9600.740.72
HSL133.91º92%14.71%-
HSV(B)133.91º95.83%28.24%-
XYZ2.474.71.39-
YUV45.33113.1497.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 72 (28.52% from 255) = 76.60%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=3.19%
G=76.60%
B=20.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372190.9600.740.72133.919214.71
Hex348136004A48865cf
Octal311023140011211020613417
Binary1110010001001111000000100101010010001000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034813; }

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

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

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

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

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

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

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

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