Html Css Color HEX #056C3A Jewel

📋 copy color: '#056C3A'

red 5 ◦ green 108 ◦ blue 58

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

Shades of Jewel #056C3A

Tints of Jewel #056C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 63.16%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 2.92%
G = 63.16%
B = 33.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#056C3A (or 0x056C3A) is known color: Jewel. HEX triplet: 05, 6C and 3A. RGB value is (5,108,58). Sum of RGB (Red+Green+Blue) = 5+108+58=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #056C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C3A is #FA93C5. Grayscale: #474747. Windows color (decimal): -16421830 or 3828741. OLE color: 3828741.

HSL color Cylindrical-coordinate representation of color #056C3A: hue angle of 150.87º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C3A is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 108 58 -
CMYK 0.95 0 0.46 0.58
HSL 150.87º 0.91% 0.22% -
HSV(B) 150.87º 0.95% 0.42% -
XYZ 6.19 11.06 5.81 -
YUV 71.5 120.38 80.57 -
System Red Green Blue C M Y K H S L
Decimal 5 108 58 0.95 0 0.46 0.58 150.87 0.91 0.22
Hex 5 6C 3A 5F 0 2E 3A 97 5B 16
Octal 5 154 72 137 0 56 72 227 133 26
Binary 101 1101100 111010 1011111 0 101110 111010 10010111 1011011 10110

Color Harmonies of #056C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C3A

Black with #056C3A

Text Example


Text Example

White with #056C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056C3A; }

 p { color: rgb(5,108,58); }

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

background-color css

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

 a { background-color: rgb(5,108,58); }

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

border-color css

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

 span { border-color: rgb(5,108,58); }

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