Html Css Color HEX #056642 Jewel

📋 copy color: '#056642'

red 5 ◦ green 102 ◦ blue 66

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

Shades of Jewel #056642

Tints of Jewel #056642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.96%

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

R = 2.89%
G = 58.96%
B = 38.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#056642 (or 0x056642) is known color: Jewel. HEX triplet: 05, 66 and 42. RGB value is (5,102,66). Sum of RGB (Red+Green+Blue) = 5+102+66=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #056642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056642 is #FA99BD. Grayscale: #444444. Windows color (decimal): -16423358 or 4351493. OLE color: 4351493.

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

Color convert

RGB 5 102 66 -
CMYK 0.95 0 0.35 0.6
HSL 157.73º 0.91% 0.21% -
HSV(B) 157.73º 0.95% 0.4% -
XYZ 5.8 9.93 6.77 -
YUV 68.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 5 102 66 0.95 0 0.35 0.6 157.73 0.91 0.21
Hex 5 66 42 5F 0 23 3C 9E 5B 15
Octal 5 146 102 137 0 43 74 236 133 25
Binary 101 1100110 1000010 1011111 0 100011 111100 10011110 1011011 10101

Color Harmonies of #056642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056642

Black with #056642

Text Example


Text Example

White with #056642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056642; }

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

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

background-color css

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

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

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

border-color css

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

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

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