#035632

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

Shades of British Racing Green #035632

Tints of British Racing Green #035632

Color information

#035632 (or 0x035632) is unknown color: approx British Racing Green. HEX triplet: 03, 56 and 32. RGB value is (3,86,50). Sum of RGB (Red+Green+Blue) = 3+86+50=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #035632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035632 is #FCA9CD. Grayscale: #393939. Windows color (decimal): -16558542 or 3298819. OLE color: 3298819.

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

Color convert

RGB38650-
CMYK0.9700.420.66
HSL153.98º93.26%17.45%-
HSV(B)153.98º96.51%33.73%-
XYZ3.946.914.14-
YUV57.0812489.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 86 (33.98% from 255) = 61.87%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=2.16%
G=61.87%
B=35.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386500.9700.420.66153.9893.2617.45
Hex356326102A429a5d11
Octal31266214105210223213521
Binary11101011011001011000010101010100001010011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035632; }

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

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

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

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

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

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

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

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