Html Css Color HEX #005325 British Racing Green

📋 copy color: '#005325'

red 0 ◦ green 83 ◦ blue 37

#005325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #005325

Tints of British Racing Green #005325

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 value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#005325 (or 0x005325) is known color: 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

RGB 0 83 37 -
CMYK 1 0 0.55 0.67
HSL 146.75º 1% 0.16% -
HSV(B) 146.75º 1% 0.33% -
XYZ 3.43 6.32 2.79 -
YUV 52.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 0 83 37 1 0 0.55 0.67 146.75 1 0.16
Hex 0 53 25 64 0 37 43 93 64 10
Octal 0 123 45 144 0 67 103 223 144 20
Binary 0 1010011 100101 1100100 0 110111 1000011 10010011 1100100 10000

Color Harmonies of #005325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005325

Black with #005325

Text Example


Text Example

White with #005325

Text Example


Text Example

HTML Codes & Css Web 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>