#035630

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

Shades of British Racing Green #035630

Tints of British Racing Green #035630

Color information

#035630 (or 0x035630) is unknown color: approx British Racing Green. HEX triplet: 03, 56 and 30. RGB value is (3,86,48). Sum of RGB (Red+Green+Blue) = 3+86+48=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #035630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035630 is #FCA9CF. Grayscale: #383838. Windows color (decimal): -16558544 or 3167747. OLE color: 3167747.

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

Color convert

RGB38648-
CMYK0.9700.440.66
HSL152.53º93.26%17.45%-
HSV(B)152.53º96.51%33.73%-
XYZ3.96.893.92-
YUV56.8512389.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 86 (33.98% from 255) = 62.77%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=2.19%
G=62.77%
B=35.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386480.9700.440.66152.5393.2617.45
Hex356306102C42995d11
Octal31266014105410223113521
Binary11101011011000011000010101100100001010011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035630; }

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

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

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

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

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

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

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

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