Html Css Color HEX #005528 British Racing Green

📋 copy color: '#005528'

red 0 ◦ green 85 ◦ blue 40

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

Shades of British Racing Green #005528

Tints of British Racing Green #005528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 0%
G = 68%
B = 32%

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

#005528 (or 0x005528) is known color: British Racing Green. HEX triplet: 00, 55 and 28. RGB value is (0,85,40). Sum of RGB (Red+Green+Blue) = 0+85+40=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #005528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005528 is #FFAAD7. Grayscale: #363636. Windows color (decimal): -16755416 or 2643200. OLE color: 2643200.

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

Color convert

RGB 0 85 40 -
CMYK 1 0 0.53 0.67
HSL 148.24º 1% 0.17% -
HSV(B) 148.24º 1% 0.33% -
XYZ 3.63 6.65 3.1 -
YUV 54.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 0 85 40 1 0 0.53 0.67 148.24 1 0.17
Hex 0 55 28 64 0 35 43 94 64 11
Octal 0 125 50 144 0 65 103 224 144 21
Binary 0 1010101 101000 1100100 0 110101 1000011 10010100 1100100 10001

Color Harmonies of #005528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005528

Black with #005528

Text Example


Text Example

White with #005528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005528; }

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

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

background-color css

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

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

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

border-color css

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

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

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