Html Css Color HEX #056F38 Jewel

📋 copy color: '#056F38'

red 5 ◦ green 111 ◦ blue 56

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

Shades of Jewel #056F38

Tints of Jewel #056F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 2.91%
G = 64.53%
B = 32.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#056F38 (or 0x056F38) is known color: Jewel. HEX triplet: 05, 6F and 38. RGB value is (5,111,56). Sum of RGB (Red+Green+Blue) = 5+111+56=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #056F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F38 is #FA90C7. Grayscale: #494949. Windows color (decimal): -16421064 or 3698437. OLE color: 3698437.

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

Color convert

RGB 5 111 56 -
CMYK 0.95 0 0.50 0.56
HSL 148.87º 0.91% 0.23% -
HSV(B) 148.87º 0.95% 0.44% -
XYZ 6.46 11.69 5.66 -
YUV 73.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 5 111 56 0.95 0 0.50 0.56 148.87 0.91 0.23
Hex 5 6F 38 5F 0 32 38 95 5B 17
Octal 5 157 70 137 0 62 70 225 133 27
Binary 101 1101111 111000 1011111 0 110010 111000 10010101 1011011 10111

Color Harmonies of #056F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F38

Black with #056F38

Text Example


Text Example

White with #056F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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