Html Css Color HEX #005534 British Racing Green

📋 copy color: '#005534'

red 0 ◦ green 85 ◦ blue 52

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

Shades of British Racing Green #005534

Tints of British Racing Green #005534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 0%
G = 62.04%
B = 37.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#005534 (or 0x005534) is known color: British Racing Green. HEX triplet: 00, 55 and 34. RGB value is (0,85,52). Sum of RGB (Red+Green+Blue) = 0+85+52=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #005534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005534 is #FFAACB. Grayscale: #373737. Windows color (decimal): -16755404 or 3429632. OLE color: 3429632.

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

Color convert

RGB 0 85 52 -
CMYK 1 0 0.39 0.67
HSL 156.71º 1% 0.17% -
HSV(B) 156.71º 1% 0.33% -
XYZ 3.87 6.74 4.35 -
YUV 55.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 0 85 52 1 0 0.39 0.67 156.71 1 0.17
Hex 0 55 34 64 0 27 43 9D 64 11
Octal 0 125 64 144 0 47 103 235 144 21
Binary 0 1010101 110100 1100100 0 100111 1000011 10011101 1100100 10001

Color Harmonies of #005534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005534

Black with #005534

Text Example


Text Example

White with #005534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005534; }

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

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

background-color css

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

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

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

border-color css

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

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

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