#035633

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

Shades of British Racing Green #035633

Tints of British Racing Green #035633

Color information

#035633 (or 0x035633) is unknown color: approx British Racing Green. HEX triplet: 03, 56 and 33. RGB value is (3,86,51). Sum of RGB (Red+Green+Blue) = 3+86+51=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #035633 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035633 is #FCA9CC. Grayscale: #393939. Windows color (decimal): -16558541 or 3364355. OLE color: 3364355.

HSL color Cylindrical-coordinate representation of color #035633: hue angle of 154.7º 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 #035633 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB38651-
CMYK0.9700.410.66
HSL154.7º93.26%17.45%-
HSV(B)154.7º96.51%33.73%-
XYZ3.966.914.26-
YUV57.19124.589.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=2.14%
G=61.43%
B=36.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386510.9700.410.66154.793.2617.45
Hex3563361029429b5d11
Octal31266314105110223313521
Binary11101011011001111000010101001100001010011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035633; }

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

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

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

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

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

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

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

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