Html Css Color HEX #056F3A Jewel

📋 copy color: '#056F3A'

red 5 ◦ green 111 ◦ blue 58

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

Shades of Jewel #056F3A

Tints of Jewel #056F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 2.87%
G = 63.79%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#056F3A (or 0x056F3A) is known color: Jewel. HEX triplet: 05, 6F and 3A. RGB value is (5,111,58). Sum of RGB (Red+Green+Blue) = 5+111+58=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3A is #FA90C5. Grayscale: #494949. Windows color (decimal): -16421062 or 3829509. OLE color: 3829509.

HSL color Cylindrical-coordinate representation of color #056F3A: hue angle of 150º 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 #056F3A is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 58 -
CMYK 0.95 0 0.48 0.56
HSL 150º 0.91% 0.23% -
HSV(B) 150º 0.95% 0.44% -
XYZ 6.51 11.71 5.92 -
YUV 73.26 119.38 79.31 -
System Red Green Blue C M Y K H S L
Decimal 5 111 58 0.95 0 0.48 0.56 150 0.91 0.23
Hex 5 6F 3A 5F 0 30 38 96 5B 17
Octal 5 157 72 137 0 60 70 226 133 27
Binary 101 1101111 111010 1011111 0 110000 111000 10010110 1011011 10111

Color Harmonies of #056F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F3A

Black with #056F3A

Text Example


Text Example

White with #056F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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