Html Css Color HEX #005137 British Racing Green

📋 copy color: '#005137'

red 0 ◦ green 81 ◦ blue 55

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

Shades of British Racing Green #005137

Tints of British Racing Green #005137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.56%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 0%
G = 59.56%
B = 40.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#005137 (or 0x005137) is known color: British Racing Green. HEX triplet: 00, 51 and 37. RGB value is (0,81,55). Sum of RGB (Red+Green+Blue) = 0+81+55=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #005137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005137 is #FFAEC8. Grayscale: #353535. Windows color (decimal): -16756425 or 3625216. OLE color: 3625216.

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

Color convert

RGB 0 81 55 -
CMYK 1 0 0.32 0.68
HSL 160.74º 1% 0.16% -
HSV(B) 160.74º 1% 0.32% -
XYZ 3.63 6.16 4.61 -
YUV 53.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 0 81 55 1 0 0.32 0.68 160.74 1 0.16
Hex 0 51 37 64 0 20 44 A1 64 10
Octal 0 121 67 144 0 40 104 241 144 20
Binary 0 1010001 110111 1100100 0 100000 1000100 10100001 1100100 10000

Color Harmonies of #005137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005137

Black with #005137

Text Example


Text Example

White with #005137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005137; }

 p { color: rgb(0,81,55); }

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

background-color css

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

 a { background-color: rgb(0,81,55); }

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

border-color css

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

 span { border-color: rgb(0,81,55); }

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