Html Css Color HEX #055234 British Racing Green

📋 copy color: '#055234'

red 5 ◦ green 82 ◦ blue 52

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

Shades of British Racing Green #055234

Tints of British Racing Green #055234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.99%

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

R = 3.6%
G = 58.99%
B = 37.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#055234 (or 0x055234) is known color: British Racing Green. HEX triplet: 05, 52 and 34. RGB value is (5,82,52). Sum of RGB (Red+Green+Blue) = 5+82+52=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #055234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055234 is #FAADCB. Grayscale: #373737. Windows color (decimal): -16428492 or 3428869. OLE color: 3428869.

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

Color convert

RGB 5 82 52 -
CMYK 0.94 0 0.37 0.68
HSL 156.62º 0.89% 0.17% -
HSV(B) 156.62º 0.94% 0.32% -
XYZ 3.7 6.31 4.27 -
YUV 55.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 5 82 52 0.94 0 0.37 0.68 156.62 0.89 0.17
Hex 5 52 34 5E 0 25 44 9D 59 11
Octal 5 122 64 136 0 45 104 235 131 21
Binary 101 1010010 110100 1011110 0 100101 1000100 10011101 1011001 10001

Color Harmonies of #055234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055234

Black with #055234

Text Example


Text Example

White with #055234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055234; }

 p { color: rgb(5,82,52); }

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

background-color css

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

 a { background-color: rgb(5,82,52); }

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

border-color css

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

 span { border-color: rgb(5,82,52); }

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