Html Css Color HEX #057042 Jewel

📋 copy color: '#057042'

red 5 ◦ green 112 ◦ blue 66

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

Shades of Jewel #057042

Tints of Jewel #057042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 2.73%
G = 61.2%
B = 36.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#057042 (or 0x057042) is known color: Jewel. HEX triplet: 05, 70 and 42. RGB value is (5,112,66). Sum of RGB (Red+Green+Blue) = 5+112+66=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #057042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057042 is #FA8FBD. Grayscale: #4A4A4A. Windows color (decimal): -16420798 or 4354053. OLE color: 4354053.

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

Color convert

RGB 5 112 66 -
CMYK 0.96 0 0.41 0.56
HSL 154.21º 0.91% 0.23% -
HSV(B) 154.21º 0.96% 0.44% -
XYZ 6.84 12.01 7.11 -
YUV 74.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 5 112 66 0.96 0 0.41 0.56 154.21 0.91 0.23
Hex 5 70 42 60 0 29 38 9A 5B 17
Octal 5 160 102 140 0 51 70 232 133 27
Binary 101 1110000 1000010 1100000 0 101001 111000 10011010 1011011 10111

Color Harmonies of #057042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057042

Black with #057042

Text Example


Text Example

White with #057042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057042; }

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

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

background-color css

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

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

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

border-color css

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

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

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