Html Css Color HEX #005327 British Racing Green

📋 copy color: '#005327'

red 0 ◦ green 83 ◦ blue 39

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

Shades of British Racing Green #005327

Tints of British Racing Green #005327

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 83 (32.81% from 255) = 68.03%

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 0%
G = 68.03%
B = 31.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#005327 (or 0x005327) is known color: British Racing Green. HEX triplet: 00, 53 and 27. RGB value is (0,83,39). Sum of RGB (Red+Green+Blue) = 0+83+39=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #005327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005327 is #FFACD8. Grayscale: #353535. Windows color (decimal): -16755929 or 2577152. OLE color: 2577152.

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

Color convert

RGB 0 83 39 -
CMYK 1 0 0.53 0.67
HSL 148.19º 1% 0.16% -
HSV(B) 148.19º 1% 0.33% -
XYZ 3.46 6.33 2.96 -
YUV 53.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 0 83 39 1 0 0.53 0.67 148.19 1 0.16
Hex 0 53 27 64 0 35 43 94 64 10
Octal 0 123 47 144 0 65 103 224 144 20
Binary 0 1010011 100111 1100100 0 110101 1000011 10010100 1100100 10000

Color Harmonies of #005327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005327

Black with #005327

Text Example


Text Example

White with #005327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005327; }

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

 H1.HeaderClassName
 {
   color: #005327;
 }
 .AnyTagClassName
 {
   color: #005327;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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