Html Css Color HEX #057037 Jewel

📋 copy color: '#057037'

red 5 ◦ green 112 ◦ blue 55

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

Shades of Jewel #057037

Tints of Jewel #057037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 2.91%
G = 65.12%
B = 31.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#057037 (or 0x057037) is known color: Jewel. HEX triplet: 05, 70 and 37. RGB value is (5,112,55). Sum of RGB (Red+Green+Blue) = 5+112+55=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #057037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057037 is #FA8FC8. Grayscale: #494949. Windows color (decimal): -16420809 or 3633157. OLE color: 3633157.

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

Color convert

RGB 5 112 55 -
CMYK 0.96 0 0.51 0.56
HSL 148.04º 0.91% 0.23% -
HSV(B) 148.04º 0.96% 0.44% -
XYZ 6.55 11.9 5.57 -
YUV 73.51 117.55 79.13 -
System Red Green Blue C M Y K H S L
Decimal 5 112 55 0.96 0 0.51 0.56 148.04 0.91 0.23
Hex 5 70 37 60 0 33 38 94 5B 17
Octal 5 160 67 140 0 63 70 224 133 27
Binary 101 1110000 110111 1100000 0 110011 111000 10010100 1011011 10111

Color Harmonies of #057037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057037

Black with #057037

Text Example


Text Example

White with #057037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057037; }

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

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

background-color css

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

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

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

border-color css

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

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

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