Html Css Color HEX #055400 Green

📋 copy color: '#055400'

red 5 ◦ green 84 ◦ blue 0

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

Shades of Green #055400

Tints of Green #055400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 94.38%

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

R = 5.62%
G = 94.38%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#055400 (or 0x055400) is known color: Green. HEX triplet: 05, 54 and 00. RGB value is (5,84,0). Sum of RGB (Red+Green+Blue) = 5+84+0=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 84 (33.20% from 255 or 94.38% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 84 - color contains mainly: green. Hex color #055400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055400 is #FAABFF. Grayscale: #333333. Windows color (decimal): -16428032 or 21509. OLE color: 21509.

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

Color convert

RGB 5 84 0 -
CMYK 0.94 0 1 0.67
HSL 116.43º 1% 0.16% -
HSV(B) 116.43º 1% 0.33% -
XYZ 3.23 6.37 1.06 -
YUV 50.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 5 84 0 0.94 0 1 0.67 116.43 1 0.16
Hex 5 54 0 5E 0 64 43 74 64 10
Octal 5 124 0 136 0 144 103 164 144 20
Binary 101 1010100 0 1011110 0 1100100 1000011 1110100 1100100 10000

Color Harmonies of #055400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055400

Black with #055400

Text Example


Text Example

White with #055400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055400; }

 p { color: rgb(5,84,0); }

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

background-color css

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

 a { background-color: rgb(5,84,0); }

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

border-color css

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

 span { border-color: rgb(5,84,0); }

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