#035324

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

Shades of British Racing Green #035324

Tints of British Racing Green #035324

Color information

#035324 (or 0x035324) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 24. RGB value is (3,83,36). Sum of RGB (Red+Green+Blue) = 3+83+36=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #035324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035324 is #FCACDB. Grayscale: #353535. Windows color (decimal): -16559324 or 2380547. OLE color: 2380547.

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

Color convert

RGB38336-
CMYK0.9600.570.67
HSL144.75º93.02%16.86%-
HSV(B)144.75º96.39%32.55%-
XYZ3.456.332.71-
YUV53.7211891.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 83 (32.81% from 255) = 68.03%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=2.46%
G=68.03%
B=29.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383360.9600.570.67144.7593.0216.86
Hex353246003943915d11
Octal31234414007110322113521
Binary11101001110010011000000111001100001110010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035324; }

 p { color: rgb(3,83,36); }

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

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

 a { background-color: rgb(3,83,36); }

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

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

 span { border-color: rgb(3,83,36); }

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