Html Css Color HEX #056842 Jewel

📋 copy color: '#056842'

red 5 ◦ green 104 ◦ blue 66

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

Shades of Jewel #056842

Tints of Jewel #056842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.43%

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

R = 2.86%
G = 59.43%
B = 37.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#056842 (or 0x056842) is known color: Jewel. HEX triplet: 05, 68 and 42. RGB value is (5,104,66). Sum of RGB (Red+Green+Blue) = 5+104+66=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #056842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056842 is #FA97BD. Grayscale: #464646. Windows color (decimal): -16422846 or 4352005. OLE color: 4352005.

HSL color Cylindrical-coordinate representation of color #056842: hue angle of 156.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056842 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 66 -
CMYK 0.95 0 0.37 0.59
HSL 156.97º 0.91% 0.21% -
HSV(B) 156.97º 0.95% 0.41% -
XYZ 6 10.33 6.83 -
YUV 70.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 5 104 66 0.95 0 0.37 0.59 156.97 0.91 0.21
Hex 5 68 42 5F 0 25 3B 9D 5B 15
Octal 5 150 102 137 0 45 73 235 133 25
Binary 101 1101000 1000010 1011111 0 100101 111011 10011101 1011011 10101

Color Harmonies of #056842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056842

Black with #056842

Text Example


Text Example

White with #056842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056842; }

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

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

background-color css

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

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

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

border-color css

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

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

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