Html Css Color HEX #005537 British Racing Green

📋 copy color: '#005537'

red 0 ◦ green 85 ◦ blue 55

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

Shades of British Racing Green #005537

Tints of British Racing Green #005537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.71%

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

R = 0%
G = 60.71%
B = 39.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#005537 (or 0x005537) is known color: British Racing Green. HEX triplet: 00, 55 and 37. RGB value is (0,85,55). Sum of RGB (Red+Green+Blue) = 0+85+55=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #005537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005537 is #FFAAC8. Grayscale: #383838. Windows color (decimal): -16755401 or 3626240. OLE color: 3626240.

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

Color convert

RGB 0 85 55 -
CMYK 1 0 0.35 0.67
HSL 158.82º 1% 0.17% -
HSV(B) 158.82º 1% 0.33% -
XYZ 3.94 6.77 4.71 -
YUV 56.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 0 85 55 1 0 0.35 0.67 158.82 1 0.17
Hex 0 55 37 64 0 23 43 9F 64 11
Octal 0 125 67 144 0 43 103 237 144 21
Binary 0 1010101 110111 1100100 0 100011 1000011 10011111 1100100 10001

Color Harmonies of #005537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005537

Black with #005537

Text Example


Text Example

White with #005537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005537; }

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

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

background-color css

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

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

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

border-color css

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

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

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