Html Css Color HEX #165744 Jewel

📋 copy color: '#165744'

red 22 ◦ green 87 ◦ blue 68

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

Shades of Jewel #165744

Tints of Jewel #165744

RGB

 RED value IS 22 (8.98% from 255) = 12.43%

 GREEN value IS 87 (34.38% from 255) = 49.15%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 12.43%
G = 49.15%
B = 38.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#165744 (or 0x165744) is known color: Jewel. HEX triplet: 16, 57 and 44. RGB value is (22,87,68). Sum of RGB (Red+Green+Blue) = 22+87+68=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #165744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165744 is #E9A8BB. Grayscale: #414141. Windows color (decimal): -15313084 or 4478742. OLE color: 4478742.

HSL color Cylindrical-coordinate representation of color #165744: hue angle of 162.46º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165744 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 87 68 -
CMYK 0.75 0 0.22 0.66
HSL 162.46º 0.6% 0.21% -
HSV(B) 162.46º 0.75% 0.34% -
XYZ 4.78 7.4 6.65 -
YUV 65.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 22 87 68 0.75 0 0.22 0.66 162.46 0.6 0.21
Hex 16 57 44 4B 0 16 42 A2 3C 15
Octal 26 127 104 113 0 26 102 242 74 25
Binary 10110 1010111 1000100 1001011 0 10110 1000010 10100010 111100 10101

Color Harmonies of #165744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165744

Black with #165744

Text Example


Text Example

White with #165744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165744; }

 p { color: rgb(22,87,68); }

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

background-color css

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

 a { background-color: rgb(22,87,68); }

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

border-color css

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

 span { border-color: rgb(22,87,68); }

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