Html Css Color HEX #057040 Jewel

📋 copy color: '#057040'

red 5 ◦ green 112 ◦ blue 64

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

Shades of Jewel #057040

Tints of Jewel #057040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.88%

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

R = 2.76%
G = 61.88%
B = 35.36%

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

#057040 (or 0x057040) is known color: Jewel. HEX triplet: 05, 70 and 40. RGB value is (5,112,64). Sum of RGB (Red+Green+Blue) = 5+112+64=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #057040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057040 is #FA8FBF. Grayscale: #4A4A4A. Windows color (decimal): -16420800 or 4222981. OLE color: 4222981.

HSL color Cylindrical-coordinate representation of color #057040: hue angle of 153.08º degrees, saturation: 0.91, 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 #057040 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 64 -
CMYK 0.96 0 0.43 0.56
HSL 153.08º 0.91% 0.23% -
HSV(B) 153.08º 0.96% 0.44% -
XYZ 6.78 11.99 6.81 -
YUV 74.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 5 112 64 0.96 0 0.43 0.56 153.08 0.91 0.23
Hex 5 70 40 60 0 2B 38 99 5B 17
Octal 5 160 100 140 0 53 70 231 133 27
Binary 101 1110000 1000000 1100000 0 101011 111000 10011001 1011011 10111

Color Harmonies of #057040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057040

Black with #057040

Text Example


Text Example

White with #057040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057040; }

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

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

background-color css

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

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

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

border-color css

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

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

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