Html Css Color HEX #057142 Jewel

📋 copy color: '#057142'

red 5 ◦ green 113 ◦ blue 66

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

Shades of Jewel #057142

Tints of Jewel #057142

RGB

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

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

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

R = 2.72%
G = 61.41%
B = 35.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#057142 (or 0x057142) is known color: Jewel. HEX triplet: 05, 71 and 42. RGB value is (5,113,66). Sum of RGB (Red+Green+Blue) = 5+113+66=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #057142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057142 is #FA8EBD. Grayscale: #4B4B4B. Windows color (decimal): -16420542 or 4354309. OLE color: 4354309.

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

Color convert

RGB 5 113 66 -
CMYK 0.96 0 0.42 0.56
HSL 153.89º 0.92% 0.23% -
HSV(B) 153.89º 0.96% 0.44% -
XYZ 6.95 12.24 7.15 -
YUV 75.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 5 113 66 0.96 0 0.42 0.56 153.89 0.92 0.23
Hex 5 71 42 60 0 2A 38 9A 5C 17
Octal 5 161 102 140 0 52 70 232 134 27
Binary 101 1110001 1000010 1100000 0 101010 111000 10011010 1011100 10111

Color Harmonies of #057142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057142

Black with #057142

Text Example


Text Example

White with #057142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057142; }

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

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

background-color css

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

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

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

border-color css

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

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

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