Html Css Color HEX #055323 British Racing Green

📋 copy color: '#055323'

red 5 ◦ green 83 ◦ blue 35

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

Shades of British Racing Green #055323

Tints of British Racing Green #055323

RGB

 RED value IS 5 (2.34% from 255) = 4.07%

 GREEN value IS 83 (32.81% from 255) = 67.48%

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

R = 4.07%
G = 67.48%
B = 28.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#055323 (or 0x055323) is known color: British Racing Green. HEX triplet: 05, 53 and 23. RGB value is (5,83,35). Sum of RGB (Red+Green+Blue) = 5+83+35=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #055323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055323 is #FAACDC. Grayscale: #363636. Windows color (decimal): -16428253 or 2315013. OLE color: 2315013.

HSL color Cylindrical-coordinate representation of color #055323: hue angle of 143.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055323 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 35 -
CMYK 0.94 0 0.58 0.67
HSL 143.08º 0.89% 0.17% -
HSV(B) 143.08º 0.94% 0.33% -
XYZ 3.46 6.34 2.63 -
YUV 54.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 5 83 35 0.94 0 0.58 0.67 143.08 0.89 0.17
Hex 5 53 23 5E 0 3A 43 8F 59 11
Octal 5 123 43 136 0 72 103 217 131 21
Binary 101 1010011 100011 1011110 0 111010 1000011 10001111 1011001 10001

Color Harmonies of #055323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055323

Black with #055323

Text Example


Text Example

White with #055323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055323; }

 p { color: rgb(5,83,35); }

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

background-color css

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

 a { background-color: rgb(5,83,35); }

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

border-color css

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

 span { border-color: rgb(5,83,35); }

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