#035531

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

Shades of British Racing Green #035531

Tints of British Racing Green #035531

Color information

#035531 (or 0x035531) is unknown color: approx British Racing Green. HEX triplet: 03, 55 and 31. RGB value is (3,85,49). Sum of RGB (Red+Green+Blue) = 3+85+49=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #035531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035531 is #FCAACE. Grayscale: #383838. Windows color (decimal): -16558799 or 3233027. OLE color: 3233027.

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

Color convert

RGB38549-
CMYK0.9600.420.67
HSL153.66º93.18%17.25%-
HSV(B)153.66º96.47%33.33%-
XYZ3.846.744-
YUV56.38123.8389.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=2.19%
G=62.04%
B=35.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385490.9600.420.67153.6693.1817.25
Hex355316002A439a5d11
Octal31256114005210323213521
Binary11101010111000111000000101010100001110011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035531; }

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

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

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

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

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

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

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

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