Html Css Color HEX #056240 Jewel

📋 copy color: '#056240'

red 5 ◦ green 98 ◦ blue 64

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

Shades of Jewel #056240

Tints of Jewel #056240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

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

R = 2.99%
G = 58.68%
B = 38.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#056240 (or 0x056240) is known color: Jewel. HEX triplet: 05, 62 and 40. RGB value is (5,98,64). Sum of RGB (Red+Green+Blue) = 5+98+64=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #056240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056240 is #FA9DBF. Grayscale: #424242. Windows color (decimal): -16424384 or 4219397. OLE color: 4219397.

HSL color Cylindrical-coordinate representation of color #056240: hue angle of 158.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056240 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 64 -
CMYK 0.95 0 0.35 0.62
HSL 158.06º 0.9% 0.2% -
HSV(B) 158.06º 0.95% 0.38% -
XYZ 5.36 9.14 6.33 -
YUV 66.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 5 98 64 0.95 0 0.35 0.62 158.06 0.9 0.2
Hex 5 62 40 5F 0 23 3E 9E 5A 14
Octal 5 142 100 137 0 43 76 236 132 24
Binary 101 1100010 1000000 1011111 0 100011 111110 10011110 1011010 10100

Color Harmonies of #056240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056240

Black with #056240

Text Example


Text Example

White with #056240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056240; }

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

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

background-color css

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

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

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

border-color css

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

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

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