Html Css Color HEX #057039 Jewel

📋 copy color: '#057039'

red 5 ◦ green 112 ◦ blue 57

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

Shades of Jewel #057039

Tints of Jewel #057039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 2.87%
G = 64.37%
B = 32.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#057039 (or 0x057039) is known color: Jewel. HEX triplet: 05, 70 and 39. RGB value is (5,112,57). Sum of RGB (Red+Green+Blue) = 5+112+57=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #057039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057039 is #FA8FC6. Grayscale: #494949. Windows color (decimal): -16420807 or 3764229. OLE color: 3764229.

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

Color convert

RGB 5 112 57 -
CMYK 0.96 0 0.49 0.56
HSL 149.16º 0.91% 0.23% -
HSV(B) 149.16º 0.96% 0.44% -
XYZ 6.6 11.92 5.82 -
YUV 73.74 118.55 78.97 -
System Red Green Blue C M Y K H S L
Decimal 5 112 57 0.96 0 0.49 0.56 149.16 0.91 0.23
Hex 5 70 39 60 0 31 38 95 5B 17
Octal 5 160 71 140 0 61 70 225 133 27
Binary 101 1110000 111001 1100000 0 110001 111000 10010101 1011011 10111

Color Harmonies of #057039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057039

Black with #057039

Text Example


Text Example

White with #057039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057039; }

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

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

background-color css

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

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

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

border-color css

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

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

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