Html Css Color HEX #005523 British Racing Green

📋 copy color: '#005523'

red 0 ◦ green 85 ◦ blue 35

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

Shades of British Racing Green #005523

Tints of British Racing Green #005523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 0%
G = 70.83%
B = 29.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#005523 (or 0x005523) is known color: British Racing Green. HEX triplet: 00, 55 and 23. RGB value is (0,85,35). Sum of RGB (Red+Green+Blue) = 0+85+35=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #005523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005523 is #FFAADC. Grayscale: #363636. Windows color (decimal): -16755421 or 2315520. OLE color: 2315520.

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

Color convert

RGB 0 85 35 -
CMYK 1 0 0.59 0.67
HSL 144.71º 1% 0.17% -
HSV(B) 144.71º 1% 0.33% -
XYZ 3.55 6.62 2.68 -
YUV 53.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 0 85 35 1 0 0.59 0.67 144.71 1 0.17
Hex 0 55 23 64 0 3B 43 91 64 11
Octal 0 125 43 144 0 73 103 221 144 21
Binary 0 1010101 100011 1100100 0 111011 1000011 10010001 1100100 10001

Color Harmonies of #005523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005523

Black with #005523

Text Example


Text Example

White with #005523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005523; }

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

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

background-color css

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

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

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

border-color css

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

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

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