Html Css Color HEX #055A3F Jewel

📋 copy color: '#055A3F'

red 5 ◦ green 90 ◦ blue 63

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

Shades of Jewel #055A3F

Tints of Jewel #055A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.87%

R = 3.16%
G = 56.96%
B = 39.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#055A3F (or 0x055A3F) is known color: Jewel. HEX triplet: 05, 5A and 3F. RGB value is (5,90,63). Sum of RGB (Red+Green+Blue) = 5+90+63=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #055A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A3F is #FAA5C0. Grayscale: #3D3D3D. Windows color (decimal): -16426433 or 4151813. OLE color: 4151813.

HSL color Cylindrical-coordinate representation of color #055A3F: hue angle of 160.94º 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 #055A3F is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 63 -
CMYK 0.94 0 0.30 0.65
HSL 160.94º 0.89% 0.19% -
HSV(B) 160.94º 0.94% 0.35% -
XYZ 4.62 7.7 5.95 -
YUV 61.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 5 90 63 0.94 0 0.30 0.65 160.94 0.89 0.19
Hex 5 5A 3F 5E 0 1E 41 A1 59 13
Octal 5 132 77 136 0 36 101 241 131 23
Binary 101 1011010 111111 1011110 0 11110 1000001 10100001 1011001 10011

Color Harmonies of #055A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A3F

Black with #055A3F

Text Example


Text Example

White with #055A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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