Html Css Color HEX #056B40 Jewel

📋 copy color: '#056B40'

red 5 ◦ green 107 ◦ blue 64

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

Shades of Jewel #056B40

Tints of Jewel #056B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 2.84%
G = 60.8%
B = 36.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#056B40 (or 0x056B40) is known color: Jewel. HEX triplet: 05, 6B and 40. RGB value is (5,107,64). Sum of RGB (Red+Green+Blue) = 5+107+64=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #056B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B40 is #FA94BF. Grayscale: #474747. Windows color (decimal): -16422080 or 4221701. OLE color: 4221701.

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

Color convert

RGB 5 107 64 -
CMYK 0.95 0 0.40 0.58
HSL 154.71º 0.91% 0.22% -
HSV(B) 154.71º 0.95% 0.42% -
XYZ 6.25 10.92 6.63 -
YUV 71.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 5 107 64 0.95 0 0.40 0.58 154.71 0.91 0.22
Hex 5 6B 40 5F 0 28 3A 9B 5B 16
Octal 5 153 100 137 0 50 72 233 133 26
Binary 101 1101011 1000000 1011111 0 101000 111010 10011011 1011011 10110

Color Harmonies of #056B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B40

Black with #056B40

Text Example


Text Example

White with #056B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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