Html Css Color HEX #057140 Jewel

📋 copy color: '#057140'

red 5 ◦ green 113 ◦ blue 64

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

Shades of Jewel #057140

Tints of Jewel #057140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

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

R = 2.75%
G = 62.09%
B = 35.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#057140 (or 0x057140) is known color: Jewel. HEX triplet: 05, 71 and 40. RGB value is (5,113,64). Sum of RGB (Red+Green+Blue) = 5+113+64=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #057140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057140 is #FA8EBF. Grayscale: #4B4B4B. Windows color (decimal): -16420544 or 4223237. OLE color: 4223237.

HSL color Cylindrical-coordinate representation of color #057140: hue angle of 152.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057140 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 64 -
CMYK 0.96 0 0.43 0.56
HSL 152.78º 0.92% 0.23% -
HSV(B) 152.78º 0.96% 0.44% -
XYZ 6.89 12.21 6.84 -
YUV 75.12 121.72 77.98 -
System Red Green Blue C M Y K H S L
Decimal 5 113 64 0.96 0 0.43 0.56 152.78 0.92 0.23
Hex 5 71 40 60 0 2B 38 99 5C 17
Octal 5 161 100 140 0 53 70 231 134 27
Binary 101 1110001 1000000 1100000 0 101011 111000 10011001 1011100 10111

Color Harmonies of #057140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057140

Black with #057140

Text Example


Text Example

White with #057140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057140; }

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

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

background-color css

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

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

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

border-color css

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

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

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