Html Css Color HEX #055A0D Green

📋 copy color: '#055A0D'

red 5 ◦ green 90 ◦ blue 13

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

Shades of Green #055A0D

Tints of Green #055A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 83.33%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 4.63%
G = 83.33%
B = 12.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#055A0D (or 0x055A0D) is known color: Green. HEX triplet: 05, 5A and 0D. RGB value is (5,90,13). Sum of RGB (Red+Green+Blue) = 5+90+13=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #055A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A0D is #FAA5F2. Grayscale: #383838. Windows color (decimal): -16426483 or 875013. OLE color: 875013.

HSL color Cylindrical-coordinate representation of color #055A0D: hue angle of 125.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A0D is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 13 -
CMYK 0.94 0 0.86 0.65
HSL 125.65º 0.89% 0.19% -
HSV(B) 125.65º 0.94% 0.35% -
XYZ 3.79 7.37 1.6 -
YUV 55.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 5 90 13 0.94 0 0.86 0.65 125.65 0.89 0.19
Hex 5 5A D 5E 0 56 41 7E 59 13
Octal 5 132 15 136 0 126 101 176 131 23
Binary 101 1011010 1101 1011110 0 1010110 1000001 1111110 1011001 10011

Color Harmonies of #055A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A0D

Black with #055A0D

Text Example


Text Example

White with #055A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A0D; }

 p { color: rgb(5,90,13); }

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

background-color css

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

 a { background-color: rgb(5,90,13); }

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

border-color css

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

 span { border-color: rgb(5,90,13); }

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