Html Css Color HEX #055330 British Racing Green

📋 copy color: '#055330'

red 5 ◦ green 83 ◦ blue 48

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

Shades of British Racing Green #055330

Tints of British Racing Green #055330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 3.68%
G = 61.03%
B = 35.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#055330 (or 0x055330) is known color: British Racing Green. HEX triplet: 05, 53 and 30. RGB value is (5,83,48). Sum of RGB (Red+Green+Blue) = 5+83+48=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #055330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055330 is #FAACCF. Grayscale: #373737. Windows color (decimal): -16428240 or 3166981. OLE color: 3166981.

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

Color convert

RGB 5 83 48 -
CMYK 0.94 0 0.42 0.67
HSL 153.08º 0.89% 0.17% -
HSV(B) 153.08º 0.94% 0.33% -
XYZ 3.69 6.43 3.84 -
YUV 55.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 5 83 48 0.94 0 0.42 0.67 153.08 0.89 0.17
Hex 5 53 30 5E 0 2A 43 99 59 11
Octal 5 123 60 136 0 52 103 231 131 21
Binary 101 1010011 110000 1011110 0 101010 1000011 10011001 1011001 10001

Color Harmonies of #055330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055330

Black with #055330

Text Example


Text Example

White with #055330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055330; }

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

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

background-color css

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

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

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

border-color css

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

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

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