Html Css Color HEX #056741 Jewel

📋 copy color: '#056741'

red 5 ◦ green 103 ◦ blue 65

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

Shades of Jewel #056741

Tints of Jewel #056741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.54%

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

R = 2.89%
G = 59.54%
B = 37.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#056741 (or 0x056741) is known color: Jewel. HEX triplet: 05, 67 and 41. RGB value is (5,103,65). Sum of RGB (Red+Green+Blue) = 5+103+65=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #056741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056741 is #FA98BE. Grayscale: #454545. Windows color (decimal): -16423103 or 4286213. OLE color: 4286213.

HSL color Cylindrical-coordinate representation of color #056741: hue angle of 156.73º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056741 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 103 65 -
CMYK 0.95 0 0.37 0.60
HSL 156.73º 0.91% 0.21% -
HSV(B) 156.73º 0.95% 0.4% -
XYZ 5.87 10.11 6.64 -
YUV 69.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 5 103 65 0.95 0 0.37 0.60 156.73 0.91 0.21
Hex 5 67 41 5F 0 25 3C 9D 5B 15
Octal 5 147 101 137 0 45 74 235 133 25
Binary 101 1100111 1000001 1011111 0 100101 111100 10011101 1011011 10101

Color Harmonies of #056741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056741

Black with #056741

Text Example


Text Example

White with #056741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056741; }

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

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

background-color css

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

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

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

border-color css

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

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

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