Html Css Color HEX #056541 Jewel

📋 copy color: '#056541'

red 5 ◦ green 101 ◦ blue 65

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

Shades of Jewel #056541

Tints of Jewel #056541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.06%

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

R = 2.92%
G = 59.06%
B = 38.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#056541 (or 0x056541) is known color: Jewel. HEX triplet: 05, 65 and 41. RGB value is (5,101,65). Sum of RGB (Red+Green+Blue) = 5+101+65=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #056541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056541 is #FA9ABE. Grayscale: #444444. Windows color (decimal): -16423615 or 4285701. OLE color: 4285701.

HSL color Cylindrical-coordinate representation of color #056541: hue angle of 157.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056541 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 65 -
CMYK 0.95 0 0.36 0.60
HSL 157.5º 0.91% 0.21% -
HSV(B) 157.5º 0.95% 0.4% -
XYZ 5.67 9.72 6.58 -
YUV 68.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 5 101 65 0.95 0 0.36 0.60 157.5 0.91 0.21
Hex 5 65 41 5F 0 24 3C 9E 5B 15
Octal 5 145 101 137 0 44 74 236 133 25
Binary 101 1100101 1000001 1011111 0 100100 111100 10011110 1011011 10101

Color Harmonies of #056541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056541

Black with #056541

Text Example


Text Example

White with #056541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056541; }

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

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

background-color css

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

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

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

border-color css

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

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

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