Html Css Color HEX #005533 British Racing Green

📋 copy color: '#005533'

red 0 ◦ green 85 ◦ blue 51

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

Shades of British Racing Green #005533

Tints of British Racing Green #005533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 0%
G = 62.5%
B = 37.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#005533 (or 0x005533) is known color: British Racing Green. HEX triplet: 00, 55 and 33. RGB value is (0,85,51). Sum of RGB (Red+Green+Blue) = 0+85+51=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #005533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005533 is #FFAACC. Grayscale: #373737. Windows color (decimal): -16755405 or 3364096. OLE color: 3364096.

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

Color convert

RGB 0 85 51 -
CMYK 1 0 0.40 0.67
HSL 156º 1% 0.17% -
HSV(B) 156º 1% 0.33% -
XYZ 3.85 6.74 4.23 -
YUV 55.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 0 85 51 1 0 0.40 0.67 156 1 0.17
Hex 0 55 33 64 0 28 43 9C 64 11
Octal 0 125 63 144 0 50 103 234 144 21
Binary 0 1010101 110011 1100100 0 101000 1000011 10011100 1100100 10001

Color Harmonies of #005533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005533

Black with #005533

Text Example


Text Example

White with #005533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005533; }

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

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

background-color css

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

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

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

border-color css

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

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

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