Html Css Color HEX #056B41 Jewel

📋 copy color: '#056B41'

red 5 ◦ green 107 ◦ blue 65

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

Shades of Jewel #056B41

Tints of Jewel #056B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 2.82%
G = 60.45%
B = 36.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#056B41 (or 0x056B41) is known color: Jewel. HEX triplet: 05, 6B and 41. RGB value is (5,107,65). Sum of RGB (Red+Green+Blue) = 5+107+65=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #056B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B41 is #FA94BE. Grayscale: #474747. Windows color (decimal): -16422079 or 4287237. OLE color: 4287237.

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

Color convert

RGB 5 107 65 -
CMYK 0.95 0 0.39 0.58
HSL 155.29º 0.91% 0.22% -
HSV(B) 155.29º 0.95% 0.42% -
XYZ 6.27 10.93 6.78 -
YUV 71.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 5 107 65 0.95 0 0.39 0.58 155.29 0.91 0.22
Hex 5 6B 41 5F 0 27 3A 9B 5B 16
Octal 5 153 101 137 0 47 72 233 133 26
Binary 101 1101011 1000001 1011111 0 100111 111010 10011011 1011011 10110

Color Harmonies of #056B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B41

Black with #056B41

Text Example


Text Example

White with #056B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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