#005325

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

Shades of British Racing Green #005325

Tints of British Racing Green #005325

Color information

#005325 (or 0x005325) is unknown color: approx British Racing Green. HEX triplet: 00, 53 and 25. RGB value is (0,83,37). Sum of RGB (Red+Green+Blue) = 0+83+37=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #005325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005325 is #FFACDA. Grayscale: #353535. Windows color (decimal): -16755931 or 2446080. OLE color: 2446080.

HSL color Cylindrical-coordinate representation of color #005325: hue angle of 146.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005325 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB08337-
CMYK100.550.67
HSL146.75º100%16.27%-
HSV(B)146.75º100%32.55%-
XYZ3.436.322.79-
YUV52.9411990.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=0%
G=69.17%
B=30.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08337100.550.67146.7510016.27
Hex053256403743936410
Octal01234514406710322314420
Binary0101001110010111001000110111100001110010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005325; }

 p { color: rgb(0,83,37); }

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

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

 a { background-color: rgb(0,83,37); }

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

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

 span { border-color: rgb(0,83,37); }

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