Html Css Color HEX #056F3E Jewel

📋 copy color: '#056F3E'

red 5 ◦ green 111 ◦ blue 62

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

Shades of Jewel #056F3E

Tints of Jewel #056F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.36%

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 2.81%
G = 62.36%
B = 34.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#056F3E (or 0x056F3E) is known color: Jewel. HEX triplet: 05, 6F and 3E. RGB value is (5,111,62). Sum of RGB (Red+Green+Blue) = 5+111+62=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3E is #FA90C1. Grayscale: #494949. Windows color (decimal): -16421058 or 4091653. OLE color: 4091653.

HSL color Cylindrical-coordinate representation of color #056F3E: hue angle of 152.26º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F3E is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 62 -
CMYK 0.95 0 0.44 0.56
HSL 152.26º 0.91% 0.23% -
HSV(B) 152.26º 0.95% 0.44% -
XYZ 6.62 11.75 6.48 -
YUV 73.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 5 111 62 0.95 0 0.44 0.56 152.26 0.91 0.23
Hex 5 6F 3E 5F 0 2C 38 98 5B 17
Octal 5 157 76 137 0 54 70 230 133 27
Binary 101 1101111 111110 1011111 0 101100 111000 10011000 1011011 10111

Color Harmonies of #056F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F3E

Black with #056F3E

Text Example


Text Example

White with #056F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056F3E; }

 p { color: rgb(5,111,62); }

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

background-color css

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

 a { background-color: rgb(5,111,62); }

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

border-color css

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

 span { border-color: rgb(5,111,62); }

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