Html Css Color HEX #056341 Jewel

📋 copy color: '#056341'

red 5 ◦ green 99 ◦ blue 65

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

Shades of Jewel #056341

Tints of Jewel #056341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

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

R = 2.96%
G = 58.58%
B = 38.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#056341 (or 0x056341) is known color: Jewel. HEX triplet: 05, 63 and 41. RGB value is (5,99,65). Sum of RGB (Red+Green+Blue) = 5+99+65=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #056341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056341 is #FA9CBE. Grayscale: #434343. Windows color (decimal): -16424127 or 4285189. OLE color: 4285189.

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

Color convert

RGB 5 99 65 -
CMYK 0.95 0 0.34 0.61
HSL 158.3º 0.9% 0.2% -
HSV(B) 158.3º 0.95% 0.39% -
XYZ 5.48 9.34 6.51 -
YUV 67.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 5 99 65 0.95 0 0.34 0.61 158.3 0.9 0.2
Hex 5 63 41 5F 0 22 3D 9E 5A 14
Octal 5 143 101 137 0 42 75 236 132 24
Binary 101 1100011 1000001 1011111 0 100010 111101 10011110 1011010 10100

Color Harmonies of #056341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056341

Black with #056341

Text Example


Text Example

White with #056341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056341; }

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

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

background-color css

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

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

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

border-color css

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

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

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