Html Css Color HEX #055328 British Racing Green

📋 copy color: '#055328'

red 5 ◦ green 83 ◦ blue 40

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

Shades of British Racing Green #055328

Tints of British Racing Green #055328

RGB

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

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

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

R = 3.91%
G = 64.84%
B = 31.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#055328 (or 0x055328) is known color: British Racing Green. HEX triplet: 05, 53 and 28. RGB value is (5,83,40). Sum of RGB (Red+Green+Blue) = 5+83+40=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #055328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055328 is #FAACD7. Grayscale: #363636. Windows color (decimal): -16428248 or 2642693. OLE color: 2642693.

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

Color convert

RGB 5 83 40 -
CMYK 0.94 0 0.52 0.67
HSL 146.92º 0.89% 0.17% -
HSV(B) 146.92º 0.94% 0.33% -
XYZ 3.54 6.37 3.05 -
YUV 54.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 5 83 40 0.94 0 0.52 0.67 146.92 0.89 0.17
Hex 5 53 28 5E 0 34 43 93 59 11
Octal 5 123 50 136 0 64 103 223 131 21
Binary 101 1010011 101000 1011110 0 110100 1000011 10010011 1011001 10001

Color Harmonies of #055328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055328

Black with #055328

Text Example


Text Example

White with #055328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055328; }

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

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

background-color css

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

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

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

border-color css

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

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

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