#035313

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

Shades of British Racing Green #035313

Tints of British Racing Green #035313

Color information

#035313 (or 0x035313) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 13. RGB value is (3,83,19). Sum of RGB (Red+Green+Blue) = 3+83+19=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #035313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035313 is #FCACEC. Grayscale: #333333. Windows color (decimal): -16559341 or 1266435. OLE color: 1266435.

HSL color Cylindrical-coordinate representation of color #035313: hue angle of 132º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035313 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB38319-
CMYK0.9600.770.67
HSL132º93.02%16.86%-
HSV(B)132º96.39%32.55%-
XYZ3.256.251.65-
YUV51.78109.593.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 83 (32.81% from 255) = 79.05%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=2.86%
G=79.05%
B=18.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383190.9600.770.6713293.0216.86
Hex353136004D43845d11
Octal312323140011510320413521
Binary11101001110011110000001001101100001110000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035313; }

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

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

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

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

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

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

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

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