Html Css Color HEX #055D3B Fun Green

📋 copy color: '#055D3B'

red 5 ◦ green 93 ◦ blue 59

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

Shades of Fun Green #055D3B

Tints of Fun Green #055D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.24%

 BLUE value IS 59 (23.44% from 255) = 37.58%

R = 3.18%
G = 59.24%
B = 37.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#055D3B (or 0x055D3B) is known color: Fun Green. HEX triplet: 05, 5D and 3B. RGB value is (5,93,59). Sum of RGB (Red+Green+Blue) = 5+93+59=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #055D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D3B is #FAA2C4. Grayscale: #3E3E3E. Windows color (decimal): -16425669 or 3890437. OLE color: 3890437.

HSL color Cylindrical-coordinate representation of color #055D3B: hue angle of 156.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D3B is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 93 59 -
CMYK 0.95 0 0.37 0.64
HSL 156.82º 0.9% 0.19% -
HSV(B) 156.82º 0.95% 0.36% -
XYZ 4.77 8.18 5.46 -
YUV 62.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 5 93 59 0.95 0 0.37 0.64 156.82 0.9 0.19
Hex 5 5D 3B 5F 0 25 40 9D 5A 13
Octal 5 135 73 137 0 45 100 235 132 23
Binary 101 1011101 111011 1011111 0 100101 1000000 10011101 1011010 10011

Color Harmonies of #055D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D3B

Black with #055D3B

Text Example


Text Example

White with #055D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,59); }

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

background-color css

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

 a { background-color: rgb(5,93,59); }

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

border-color css

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

 span { border-color: rgb(5,93,59); }

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