Html Css Color HEX #005532 British Racing Green

📋 copy color: '#005532'

red 0 ◦ green 85 ◦ blue 50

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

Shades of British Racing Green #005532

Tints of British Racing Green #005532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 0%
G = 62.96%
B = 37.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#005532 (or 0x005532) is known color: British Racing Green. HEX triplet: 00, 55 and 32. RGB value is (0,85,50). Sum of RGB (Red+Green+Blue) = 0+85+50=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #005532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005532 is #FFAACD. Grayscale: #373737. Windows color (decimal): -16755406 or 3298560. OLE color: 3298560.

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

Color convert

RGB 0 85 50 -
CMYK 1 0 0.41 0.67
HSL 155.29º 1% 0.17% -
HSV(B) 155.29º 1% 0.33% -
XYZ 3.82 6.73 4.11 -
YUV 55.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 0 85 50 1 0 0.41 0.67 155.29 1 0.17
Hex 0 55 32 64 0 29 43 9B 64 11
Octal 0 125 62 144 0 51 103 233 144 21
Binary 0 1010101 110010 1100100 0 101001 1000011 10011011 1100100 10001

Color Harmonies of #005532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005532

Black with #005532

Text Example


Text Example

White with #005532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005532; }

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

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

background-color css

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

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

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

border-color css

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

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

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