Html Css Color HEX #056440 Jewel

📋 copy color: '#056440'

red 5 ◦ green 100 ◦ blue 64

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

Shades of Jewel #056440

Tints of Jewel #056440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 59.17%

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

R = 2.96%
G = 59.17%
B = 37.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#056440 (or 0x056440) is known color: Jewel. HEX triplet: 05, 64 and 40. RGB value is (5,100,64). Sum of RGB (Red+Green+Blue) = 5+100+64=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #056440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056440 is #FA9BBF. Grayscale: #434343. Windows color (decimal): -16423872 or 4219909. OLE color: 4219909.

HSL color Cylindrical-coordinate representation of color #056440: hue angle of 157.26º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056440 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 64 -
CMYK 0.95 0 0.36 0.61
HSL 157.26º 0.9% 0.21% -
HSV(B) 157.26º 0.95% 0.39% -
XYZ 5.55 9.52 6.4 -
YUV 67.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 5 100 64 0.95 0 0.36 0.61 157.26 0.9 0.21
Hex 5 64 40 5F 0 24 3D 9D 5A 15
Octal 5 144 100 137 0 44 75 235 132 25
Binary 101 1100100 1000000 1011111 0 100100 111101 10011101 1011010 10101

Color Harmonies of #056440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056440

Black with #056440

Text Example


Text Example

White with #056440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056440; }

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

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

background-color css

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

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

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

border-color css

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

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

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