Html Css Color HEX #056940 Jewel

📋 copy color: '#056940'

red 5 ◦ green 105 ◦ blue 64

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

Shades of Jewel #056940

Tints of Jewel #056940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.34%

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 2.87%
G = 60.34%
B = 36.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#056940 (or 0x056940) is known color: Jewel. HEX triplet: 05, 69 and 40. RGB value is (5,105,64). Sum of RGB (Red+Green+Blue) = 5+105+64=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #056940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056940 is #FA96BF. Grayscale: #464646. Windows color (decimal): -16422592 or 4221189. OLE color: 4221189.

HSL color Cylindrical-coordinate representation of color #056940: hue angle of 155.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056940 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 64 -
CMYK 0.95 0 0.39 0.59
HSL 155.4º 0.91% 0.22% -
HSV(B) 155.4º 0.95% 0.41% -
XYZ 6.04 10.51 6.56 -
YUV 70.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 5 105 64 0.95 0 0.39 0.59 155.4 0.91 0.22
Hex 5 69 40 5F 0 27 3B 9B 5B 16
Octal 5 151 100 137 0 47 73 233 133 26
Binary 101 1101001 1000000 1011111 0 100111 111011 10011011 1011011 10110

Color Harmonies of #056940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056940

Black with #056940

Text Example


Text Example

White with #056940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056940; }

 p { color: rgb(5,105,64); }

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

background-color css

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

 a { background-color: rgb(5,105,64); }

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

border-color css

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

 span { border-color: rgb(5,105,64); }

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