Html Css Color HEX #057440 Jewel

📋 copy color: '#057440'

red 5 ◦ green 116 ◦ blue 64

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

Shades of Jewel #057440

Tints of Jewel #057440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.7%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 2.7%
G = 62.7%
B = 34.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#057440 (or 0x057440) is known color: Jewel. HEX triplet: 05, 74 and 40. RGB value is (5,116,64). Sum of RGB (Red+Green+Blue) = 5+116+64=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #057440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057440 is #FA8BBF. Grayscale: #4C4C4C. Windows color (decimal): -16419776 or 4224005. OLE color: 4224005.

HSL color Cylindrical-coordinate representation of color #057440: hue angle of 151.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057440 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 64 -
CMYK 0.96 0 0.45 0.55
HSL 151.89º 0.92% 0.24% -
HSV(B) 151.89º 0.96% 0.45% -
XYZ 7.23 12.89 6.96 -
YUV 76.88 120.73 76.73 -
System Red Green Blue C M Y K H S L
Decimal 5 116 64 0.96 0 0.45 0.55 151.89 0.92 0.24
Hex 5 74 40 60 0 2D 37 98 5C 18
Octal 5 164 100 140 0 55 67 230 134 30
Binary 101 1110100 1000000 1100000 0 101101 110111 10011000 1011100 11000

Color Harmonies of #057440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057440

Black with #057440

Text Example


Text Example

White with #057440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057440; }

 p { color: rgb(5,116,64); }

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

background-color css

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

 a { background-color: rgb(5,116,64); }

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

border-color css

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

 span { border-color: rgb(5,116,64); }

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