Html Css Color HEX #057442 Jewel

📋 copy color: '#057442'

red 5 ◦ green 116 ◦ blue 66

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

Shades of Jewel #057442

Tints of Jewel #057442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 2.67%
G = 62.03%
B = 35.29%

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

#057442 (or 0x057442) is known color: Jewel. HEX triplet: 05, 74 and 42. RGB value is (5,116,66). Sum of RGB (Red+Green+Blue) = 5+116+66=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #057442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057442 is #FA8BBD. Grayscale: #4D4D4D. Windows color (decimal): -16419774 or 4355077. OLE color: 4355077.

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

Color convert

RGB 5 116 66 -
CMYK 0.96 0 0.43 0.55
HSL 152.97º 0.92% 0.24% -
HSV(B) 152.97º 0.96% 0.45% -
XYZ 7.29 12.92 7.26 -
YUV 77.11 121.73 76.57 -
System Red Green Blue C M Y K H S L
Decimal 5 116 66 0.96 0 0.43 0.55 152.97 0.92 0.24
Hex 5 74 42 60 0 2B 37 99 5C 18
Octal 5 164 102 140 0 53 67 231 134 30
Binary 101 1110100 1000010 1100000 0 101011 110111 10011001 1011100 11000

Color Harmonies of #057442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057442

Black with #057442

Text Example


Text Example

White with #057442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057442; }

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

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

background-color css

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

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

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

border-color css

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

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

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