Html Css Color HEX #056B42 Jewel

📋 copy color: '#056B42'

red 5 ◦ green 107 ◦ blue 66

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

Shades of Jewel #056B42

Tints of Jewel #056B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 2.81%
G = 60.11%
B = 37.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#056B42 (or 0x056B42) is known color: Jewel. HEX triplet: 05, 6B and 42. RGB value is (5,107,66). Sum of RGB (Red+Green+Blue) = 5+107+66=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #056B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B42 is #FA94BD. Grayscale: #474747. Windows color (decimal): -16422078 or 4352773. OLE color: 4352773.

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

Color convert

RGB 5 107 66 -
CMYK 0.95 0 0.38 0.58
HSL 155.88º 0.91% 0.22% -
HSV(B) 155.88º 0.95% 0.42% -
XYZ 6.3 10.94 6.93 -
YUV 71.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 5 107 66 0.95 0 0.38 0.58 155.88 0.91 0.22
Hex 5 6B 42 5F 0 26 3A 9C 5B 16
Octal 5 153 102 137 0 46 72 234 133 26
Binary 101 1101011 1000010 1011111 0 100110 111010 10011100 1011011 10110

Color Harmonies of #056B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B42

Black with #056B42

Text Example


Text Example

White with #056B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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