Html Css Color HEX #057138 Jewel

📋 copy color: '#057138'

red 5 ◦ green 113 ◦ blue 56

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

Shades of Jewel #057138

Tints of Jewel #057138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.18%

R = 2.87%
G = 64.94%
B = 32.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#057138 (or 0x057138) is known color: Jewel. HEX triplet: 05, 71 and 38. RGB value is (5,113,56). Sum of RGB (Red+Green+Blue) = 5+113+56=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #057138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057138 is #FA8EC7. Grayscale: #4A4A4A. Windows color (decimal): -16420552 or 3698949. OLE color: 3698949.

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

Color convert

RGB 5 113 56 -
CMYK 0.96 0 0.50 0.56
HSL 148.33º 0.92% 0.23% -
HSV(B) 148.33º 0.96% 0.44% -
XYZ 6.68 12.13 5.73 -
YUV 74.21 117.72 78.63 -
System Red Green Blue C M Y K H S L
Decimal 5 113 56 0.96 0 0.50 0.56 148.33 0.92 0.23
Hex 5 71 38 60 0 32 38 94 5C 17
Octal 5 161 70 140 0 62 70 224 134 27
Binary 101 1110001 111000 1100000 0 110010 111000 10010100 1011100 10111

Color Harmonies of #057138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057138

Black with #057138

Text Example


Text Example

White with #057138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057138; }

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

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

background-color css

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

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

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

border-color css

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

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

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