Html Css Color HEX #056641 Jewel

📋 copy color: '#056641'

red 5 ◦ green 102 ◦ blue 65

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

Shades of Jewel #056641

Tints of Jewel #056641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 59.3%

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

R = 2.91%
G = 59.3%
B = 37.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#056641 (or 0x056641) is known color: Jewel. HEX triplet: 05, 66 and 41. RGB value is (5,102,65). Sum of RGB (Red+Green+Blue) = 5+102+65=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #056641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056641 is #FA99BE. Grayscale: #444444. Windows color (decimal): -16423359 or 4285957. OLE color: 4285957.

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

Color convert

RGB 5 102 65 -
CMYK 0.95 0 0.36 0.6
HSL 157.11º 0.91% 0.21% -
HSV(B) 157.11º 0.95% 0.4% -
XYZ 5.77 9.92 6.61 -
YUV 68.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 5 102 65 0.95 0 0.36 0.6 157.11 0.91 0.21
Hex 5 66 41 5F 0 24 3C 9D 5B 15
Octal 5 146 101 137 0 44 74 235 133 25
Binary 101 1100110 1000001 1011111 0 100100 111100 10011101 1011011 10101

Color Harmonies of #056641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056641

Black with #056641

Text Example


Text Example

White with #056641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056641; }

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

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

background-color css

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

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

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

border-color css

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

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

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