Html Css Color HEX #056B3A Jewel

📋 copy color: '#056B3A'

red 5 ◦ green 107 ◦ blue 58

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

Shades of Jewel #056B3A

Tints of Jewel #056B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.94%

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

R = 2.94%
G = 62.94%
B = 34.12%

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

#056B3A (or 0x056B3A) is known color: Jewel. HEX triplet: 05, 6B and 3A. RGB value is (5,107,58). Sum of RGB (Red+Green+Blue) = 5+107+58=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #056B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B3A is #FA94C5. Grayscale: #474747. Windows color (decimal): -16422086 or 3828485. OLE color: 3828485.

HSL color Cylindrical-coordinate representation of color #056B3A: hue angle of 151.18º 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 #056B3A is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 58 -
CMYK 0.95 0 0.46 0.58
HSL 151.18º 0.91% 0.22% -
HSV(B) 151.18º 0.95% 0.42% -
XYZ 6.08 10.85 5.78 -
YUV 70.92 120.71 80.98 -
System Red Green Blue C M Y K H S L
Decimal 5 107 58 0.95 0 0.46 0.58 151.18 0.91 0.22
Hex 5 6B 3A 5F 0 2E 3A 97 5B 16
Octal 5 153 72 137 0 56 72 227 133 26
Binary 101 1101011 111010 1011111 0 101110 111010 10010111 1011011 10110

Color Harmonies of #056B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B3A

Black with #056B3A

Text Example


Text Example

White with #056B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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