Html Css Color HEX #165943 Jewel

📋 copy color: '#165943'

red 22 ◦ green 89 ◦ blue 67

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

Shades of Jewel #165943

Tints of Jewel #165943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 67 (26.56% from 255) = 37.64%

R = 12.36%
G = 50%
B = 37.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#165943 (or 0x165943) is known color: Jewel. HEX triplet: 16, 59 and 43. RGB value is (22,89,67). Sum of RGB (Red+Green+Blue) = 22+89+67=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #165943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165943 is #E9A6BC. Grayscale: #424242. Windows color (decimal): -15312573 or 4413718. OLE color: 4413718.

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

Color convert

RGB 22 89 67 -
CMYK 0.75 0 0.25 0.65
HSL 160.3º 0.6% 0.22% -
HSV(B) 160.3º 0.75% 0.35% -
XYZ 4.92 7.72 6.54 -
YUV 66.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 22 89 67 0.75 0 0.25 0.65 160.3 0.6 0.22
Hex 16 59 43 4B 0 19 41 A0 3C 16
Octal 26 131 103 113 0 31 101 240 74 26
Binary 10110 1011001 1000011 1001011 0 11001 1000001 10100000 111100 10110

Color Harmonies of #165943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165943

Black with #165943

Text Example


Text Example

White with #165943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165943; }

 p { color: rgb(22,89,67); }

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

background-color css

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

 a { background-color: rgb(22,89,67); }

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

border-color css

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

 span { border-color: rgb(22,89,67); }

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