Html Css Color HEX #056140 Jewel

📋 copy color: '#056140'

red 5 ◦ green 97 ◦ blue 64

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

Shades of Jewel #056140

Tints of Jewel #056140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

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

R = 3.01%
G = 58.43%
B = 38.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#056140 (or 0x056140) is known color: Jewel. HEX triplet: 05, 61 and 40. RGB value is (5,97,64). Sum of RGB (Red+Green+Blue) = 5+97+64=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #056140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056140 is #FA9EBF. Grayscale: #414141. Windows color (decimal): -16424640 or 4219141. OLE color: 4219141.

HSL color Cylindrical-coordinate representation of color #056140: hue angle of 158.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056140 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 64 -
CMYK 0.95 0 0.34 0.62
HSL 158.48º 0.9% 0.2% -
HSV(B) 158.48º 0.95% 0.38% -
XYZ 5.26 8.95 6.3 -
YUV 65.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 5 97 64 0.95 0 0.34 0.62 158.48 0.9 0.2
Hex 5 61 40 5F 0 22 3E 9E 5A 14
Octal 5 141 100 137 0 42 76 236 132 24
Binary 101 1100001 1000000 1011111 0 100010 111110 10011110 1011010 10100

Color Harmonies of #056140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056140

Black with #056140

Text Example


Text Example

White with #056140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056140; }

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

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

background-color css

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

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

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

border-color css

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

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

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