Html Css Color HEX #056F3C Jewel

📋 copy color: '#056F3C'

red 5 ◦ green 111 ◦ blue 60

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

Shades of Jewel #056F3C

Tints of Jewel #056F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 2.84%
G = 63.07%
B = 34.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#056F3C (or 0x056F3C) is known color: Jewel. HEX triplet: 05, 6F and 3C. RGB value is (5,111,60). Sum of RGB (Red+Green+Blue) = 5+111+60=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3C is #FA90C3. Grayscale: #494949. Windows color (decimal): -16421060 or 3960581. OLE color: 3960581.

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

Color convert

RGB 5 111 60 -
CMYK 0.95 0 0.46 0.56
HSL 151.13º 0.91% 0.23% -
HSV(B) 151.13º 0.95% 0.44% -
XYZ 6.56 11.73 6.19 -
YUV 73.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 5 111 60 0.95 0 0.46 0.56 151.13 0.91 0.23
Hex 5 6F 3C 5F 0 2E 38 97 5B 17
Octal 5 157 74 137 0 56 70 227 133 27
Binary 101 1101111 111100 1011111 0 101110 111000 10010111 1011011 10111

Color Harmonies of #056F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F3C

Black with #056F3C

Text Example


Text Example

White with #056F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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