Html Css Color HEX #056941 Jewel

📋 copy color: '#056941'

red 5 ◦ green 105 ◦ blue 65

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

Shades of Jewel #056941

Tints of Jewel #056941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 2.86%
G = 60%
B = 37.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#056941 (or 0x056941) is known color: Jewel. HEX triplet: 05, 69 and 41. RGB value is (5,105,65). Sum of RGB (Red+Green+Blue) = 5+105+65=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #056941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056941 is #FA96BE. Grayscale: #464646. Windows color (decimal): -16422591 or 4286725. OLE color: 4286725.

HSL color Cylindrical-coordinate representation of color #056941: hue angle of 156º 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 #056941 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 65 -
CMYK 0.95 0 0.38 0.59
HSL 156º 0.91% 0.22% -
HSV(B) 156º 0.95% 0.41% -
XYZ 6.07 10.52 6.71 -
YUV 70.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 5 105 65 0.95 0 0.38 0.59 156 0.91 0.22
Hex 5 69 41 5F 0 26 3B 9C 5B 16
Octal 5 151 101 137 0 46 73 234 133 26
Binary 101 1101001 1000001 1011111 0 100110 111011 10011100 1011011 10110

Color Harmonies of #056941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056941

Black with #056941

Text Example


Text Example

White with #056941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056941; }

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

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

background-color css

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

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

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

border-color css

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

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

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