#035631

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

Shades of British Racing Green #035631

Tints of British Racing Green #035631

Color information

#035631 (or 0x035631) is unknown color: approx British Racing Green. HEX triplet: 03, 56 and 31. RGB value is (3,86,49). Sum of RGB (Red+Green+Blue) = 3+86+49=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #035631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035631 is #FCA9CE. Grayscale: #393939. Windows color (decimal): -16558543 or 3233283. OLE color: 3233283.

HSL color Cylindrical-coordinate representation of color #035631: hue angle of 153.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035631 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB38649-
CMYK0.9700.430.66
HSL153.25º93.26%17.45%-
HSV(B)153.25º96.51%33.73%-
XYZ3.926.94.03-
YUV56.96123.589.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=2.17%
G=62.32%
B=35.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386490.9700.430.66153.2593.2617.45
Hex356316102B42995d11
Octal31266114105310223113521
Binary11101011011000111000010101011100001010011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035631; }

 p { color: rgb(3,86,49); }

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

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

 a { background-color: rgb(3,86,49); }

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

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

 span { border-color: rgb(3,86,49); }

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