Html Css Color HEX #057240 Jewel

📋 copy color: '#057240'

red 5 ◦ green 114 ◦ blue 64

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

Shades of Jewel #057240

Tints of Jewel #057240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 62.3%

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

R = 2.73%
G = 62.3%
B = 34.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#057240 (or 0x057240) is known color: Jewel. HEX triplet: 05, 72 and 40. RGB value is (5,114,64). Sum of RGB (Red+Green+Blue) = 5+114+64=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #057240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057240 is #FA8DBF. Grayscale: #4B4B4B. Windows color (decimal): -16420288 or 4223493. OLE color: 4223493.

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

Color convert

RGB 5 114 64 -
CMYK 0.96 0 0.44 0.55
HSL 152.48º 0.92% 0.23% -
HSV(B) 152.48º 0.96% 0.45% -
XYZ 7.01 12.44 6.88 -
YUV 75.71 121.39 77.57 -
System Red Green Blue C M Y K H S L
Decimal 5 114 64 0.96 0 0.44 0.55 152.48 0.92 0.23
Hex 5 72 40 60 0 2C 37 98 5C 17
Octal 5 162 100 140 0 54 67 230 134 27
Binary 101 1110010 1000000 1100000 0 101100 110111 10011000 1011100 10111

Color Harmonies of #057240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057240

Black with #057240

Text Example


Text Example

White with #057240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057240; }

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

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

background-color css

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

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

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

border-color css

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

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

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