Html Css Color HEX #057341 Jewel

📋 copy color: '#057341'

red 5 ◦ green 115 ◦ blue 65

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

Shades of Jewel #057341

Tints of Jewel #057341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.16%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 2.7%
G = 62.16%
B = 35.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#057341 (or 0x057341) is known color: Jewel. HEX triplet: 05, 73 and 41. RGB value is (5,115,65). Sum of RGB (Red+Green+Blue) = 5+115+65=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #057341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057341 is #FA8CBE. Grayscale: #4C4C4C. Windows color (decimal): -16420031 or 4289285. OLE color: 4289285.

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

Color convert

RGB 5 115 65 -
CMYK 0.96 0 0.43 0.55
HSL 152.73º 0.92% 0.24% -
HSV(B) 152.73º 0.96% 0.45% -
XYZ 7.15 12.68 7.07 -
YUV 76.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 5 115 65 0.96 0 0.43 0.55 152.73 0.92 0.24
Hex 5 73 41 60 0 2B 37 99 5C 18
Octal 5 163 101 140 0 53 67 231 134 30
Binary 101 1110011 1000001 1100000 0 101011 110111 10011001 1011100 11000

Color Harmonies of #057341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057341

Black with #057341

Text Example


Text Example

White with #057341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057341; }

 p { color: rgb(5,115,65); }

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

background-color css

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

 a { background-color: rgb(5,115,65); }

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

border-color css

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

 span { border-color: rgb(5,115,65); }

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